diff --git a/seeker/build.gradle b/seeker/build.gradle index 788175d..cab6c7f 100644 --- a/seeker/build.gradle +++ b/seeker/build.gradle @@ -50,7 +50,8 @@ dependencies { implementation 'androidx.compose.material:material:1.5.1' - implementation "androidx.compose.ui:ui-tooling:$compose_ui_version" + implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" + debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version" debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version" testImplementation 'junit:junit:4.13.2'