We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b7fbc commit 64d48f4Copy full SHA for 64d48f4
composeApp/build.gradle.kts
@@ -86,6 +86,7 @@ kotlin {
86
implementation(libs.koin.android)
87
implementation(libs.koin.androidx.compose)
88
implementation(libs.generativeai)
89
+ implementation(compose.uiTooling)
90
}
91
commonMain.dependencies {
92
implementation(compose.runtime)
@@ -157,7 +158,6 @@ android {
157
158
159
160
dependencies {
- implementation(libs.androidx.ui.tooling.preview.android)
161
debugImplementation(compose.uiTooling)
162
ktlint(project(":custom-ktlint-rules"))
163
0 commit comments