diff --git a/app/build.gradle b/app/build.gradle index 480b1ce..68cb550 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,26 +55,18 @@ dependencies { testImplementation 'junit:junit:4.13.2' - - androidTestImplementation ("org.koin:koin-test:2.0.1") { - exclude group: 'org.mockito' - } androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' // stuff like ActivityTestRule androidTestImplementation 'androidx.test:rules:1.3.0' // AndroidJUnit4 androidTestImplementation 'androidx.test.ext:junit:1.1.2' // mockk - androidTestImplementation "io.mockk:mockk-android:1.9.3.kotlin12" - - -// androidTestImplementation 'androidx.test.ext:junit:1.1.2' -// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' -// androidTestImplementation 'androidx.test:runner:1.3.0' -// androidTestImplementation 'androidx.test:rules:1.3.0' -// -// androidTestImplementation "androidx.arch.core:core-testing:2.1.0" -// androidTestImplementation "androidx.test.espresso:espresso-contrib:3.3.0" -// androidTestImplementation "androidx.test.espresso:espresso-intents:3.3.0" + androidTestImplementation "io.mockk:mockk-android:1.11.0" androidTestImplementation "androidx.test.uiautomator:uiautomator:2.2.0" +} + +allprojects { + configurations.all { + resolutionStrategy.force 'org.objenesis:objenesis:2.6' + } } \ No newline at end of file