Skip to content

Commit 653eef7

Browse files
committed
Add androidx.ui.tooling.preview.android dependency
1 parent f2502c8 commit 653eef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ android {
157157
}
158158

159159
dependencies {
160+
implementation(libs.androidx.ui.tooling.preview.android)
160161
debugImplementation(compose.uiTooling)
161162
ktlint(project(":custom-ktlint-rules"))
162163
}

0 commit comments

Comments
 (0)