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.
1 parent 00af509 commit ee0bb77Copy full SHA for ee0bb77
lib/build.gradle.kts
@@ -81,10 +81,6 @@ dependencies {
81
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
82
}
83
84
-tasks.withType<Test> {
85
- useJUnitPlatform()
86
-}
87
-
88
// required for mvn-publish
89
// too bad we can't move it into mvn-publish plugin because `android`is only accessible here
90
tasks {
0 commit comments