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.
2 parents 7945a2b + eadcbe6 commit 000c21fCopy full SHA for 000c21f
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidCompose.kt
@@ -41,7 +41,7 @@ internal fun Project.configureAndroidCompose(
41
val bom = libs.findLibrary("androidx-compose-bom").get()
42
add("implementation", platform(bom))
43
add("androidTestImplementation", platform(bom))
44
- // Add ComponentActivity to debug manfest
+ // Add ComponentActivity to debug manifest
45
add("debugImplementation", libs.findLibrary("androidx.compose.ui.testManifest").get())
46
// Screenshot Tests on JVM
47
add("testImplementation", libs.findLibrary("robolectric").get())
0 commit comments