File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ internal fun Project.configureAndroidCompose(
4141 val bom = libs.findLibrary(" androidx-compose-bom" ).get()
4242 add(" implementation" , platform(bom))
4343 add(" androidTestImplementation" , platform(bom))
44+ add(" implementation" , libs.findLibrary(" androidx-compose-ui-tooling-preview" ).get())
45+ add(" debugImplementation" , libs.findLibrary(" androidx-compose-ui-tooling" ).get())
4446 }
4547
4648 testOptions {
Original file line number Diff line number Diff line change @@ -35,11 +35,8 @@ dependencies {
3535 api(libs.androidx.compose.material.iconsExtended)
3636 api(libs.androidx.compose.material3)
3737 api(libs.androidx.compose.runtime)
38- api(libs.androidx.compose.ui.tooling.preview)
3938 api(libs.androidx.compose.ui.util)
4039
41- debugApi(libs.androidx.compose.ui.tooling)
42-
4340 implementation(libs.coil.kt.compose)
4441
4542 testImplementation(libs.androidx.compose.ui.test)
You can’t perform that action at this time.
0 commit comments