Skip to content

Commit 2ec4078

Browse files
fix: Make Compose Preview available again
1 parent 4d134d3 commit 2ec4078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compose/Preview/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ android {
4949

5050
dependencies {
5151
implementation(platform(core.compose.bom))
52-
debugImplementation(core.compose.ui.tooling)
52+
implementation(core.compose.ui.tooling.preview)
5353
}

0 commit comments

Comments
 (0)