Skip to content

Commit

Permalink
fix for "Failed to transform objenesis" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukru Avcuoglu committed Apr 1, 2021
1 parent 4dc1c5d commit 40243cf
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

0 comments on commit 40243cf

Please sign in to comment.