diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index edee35d..61a1cc0 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -81,10 +81,6 @@ dependencies { androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") } -tasks.withType { - useJUnitPlatform() -} - // required for mvn-publish // too bad we can't move it into mvn-publish plugin because `android`is only accessible here tasks {