Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Deleted unecesarry lines
Browse files Browse the repository at this point in the history
  • Loading branch information
laurislopata committed Apr 6, 2022
1 parent 8aeb513 commit 551cfad
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,32 +104,14 @@ dependencies {
})
kapt 'com.github.bumptech.glide:compiler:4.13.0'

// For instrumented tests.
androidTestImplementation 'com.google.dagger:hilt-android-testing:2.38.1'
// ...with Kotlin.
kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.38.1'

implementation "com.google.dagger:hilt-android:2.38.1"
kapt "com.google.dagger:hilt-compiler:2.38.1"



// implementation "com.google.dagger:hilt-android:2.38.1"
// kapt "com.google.dagger:hilt-compiler:2.38.1"
//
// annotationProcessor 'com.google.dagger:hilt-compiler:2.41'
//
// // For instrumentation tests
// androidTestImplementation 'com.google.dagger:hilt-android-testing:2.41'
// androidTestAnnotationProcessor 'com.google.dagger:hilt-compiler:2.41'
//
// // For local unit tests
// testImplementation 'com.google.dagger:hilt-android-testing:2.41'
// testAnnotationProcessor 'com.google.dagger:hilt-compiler:2.41'

testImplementation "io.mockk:mockk:1.12.3"
androidTestImplementation "io.mockk:mockk-android:1.12.3"
// androidTestImplementation "io.mockk:mockk-agent-jvm:1.12.3"

}

Expand All @@ -138,10 +120,6 @@ tasks.withType(Test) {
jacoco.excludes = ['jdk.internal.*']
}

//tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
// kotlinOptions.jvmTarget = "1.8"android
//}

task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'createDebugCoverageReport']) {
reports {
xml.enabled = true
Expand All @@ -155,7 +133,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
'**/Manifest*.*',
'**/*Test*.*',
'android/**/*.*',
// Exclude Hilt generated classes
'**/*Hilt*.*',
'hilt_aggregated_deps/**',
'**/*_Factory.class',
Expand Down

0 comments on commit 551cfad

Please sign in to comment.