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 5fefd21 commit c577909Copy full SHA for c577909
lib/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
55
implementation "androidx.compose.ui:ui"
56
implementation "androidx.compose.foundation:foundation"
57
- implementation "androidx.compose.ui:ui-tooling"
+ debugImplementation "androidx.compose.ui:ui-tooling"
58
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
59
}
60
0 commit comments