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 95df060 commit c83d72dCopy full SHA for c83d72d
strictpro-ui/build.gradle.kts
@@ -56,7 +56,7 @@ dependencies {
56
implementation(libs.androidx.navigation.compose)
57
implementation(libs.androidx.material)
58
implementation(libs.kotlinx.serialization.json)
59
- debugImplementation(libs.androidx.ui.tooling.preview)
+ implementation(libs.androidx.ui.tooling.preview)
60
debugImplementation(libs.ui.tooling)
61
implementation(libs.kotlinx.collections.immutable)
62
}
0 commit comments