diff --git a/lib/build.gradle b/lib/build.gradle index c5a3a24..a580436 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "androidx.compose.ui:ui" implementation "androidx.compose.foundation:foundation" - implementation "androidx.compose.ui:ui-tooling" + debugImplementation "androidx.compose.ui:ui-tooling" androidTestImplementation "androidx.compose.ui:ui-test-junit4" }