|
|
@ -41,7 +41,7 @@ internal fun Project.configureAndroidCompose(
|
|
|
|
val bom = libs.findLibrary("androidx-compose-bom").get()
|
|
|
|
val bom = libs.findLibrary("androidx-compose-bom").get()
|
|
|
|
add("implementation", platform(bom))
|
|
|
|
add("implementation", platform(bom))
|
|
|
|
add("androidTestImplementation", platform(bom))
|
|
|
|
add("androidTestImplementation", platform(bom))
|
|
|
|
// Add ComponentActivity to debug manfest
|
|
|
|
// Add ComponentActivity to debug manifest
|
|
|
|
add("debugImplementation", libs.findLibrary("androidx.compose.ui.testManifest").get())
|
|
|
|
add("debugImplementation", libs.findLibrary("androidx.compose.ui.testManifest").get())
|
|
|
|
// Screenshot Tests on JVM
|
|
|
|
// Screenshot Tests on JVM
|
|
|
|
add("testImplementation", libs.findLibrary("robolectric").get())
|
|
|
|
add("testImplementation", libs.findLibrary("robolectric").get())
|
|
|
|