Remove testOptions.

Change-Id: I1d9de9716c092a0aa0b19f5bbffbf485e6cbba2f
pull/1444/head
Jaehwa Noh 1 year ago
parent 796570f695
commit c70c199a5a

@ -44,13 +44,6 @@ internal fun Project.configureAndroidCompose(
add("implementation", libs.findLibrary("androidx-compose-ui-tooling-preview").get())
add("debugImplementation", libs.findLibrary("androidx-compose-ui-tooling").get())
}
testOptions {
unitTests {
// For Robolectric
isIncludeAndroidResources = true
}
}
}
tasks.withType<KotlinCompile>().configureEach {

Loading…
Cancel
Save