From 551cfad1cbb14db1b86d212ecb1cc8ad14760b35 Mon Sep 17 00:00:00 2001 From: "Your laurynas.lopata@epfl.ch" Date: Wed, 6 Apr 2022 16:29:46 +0200 Subject: [PATCH] Deleted unecesarry lines --- app/build.gradle | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6fa550a6d..a960a281f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } @@ -138,10 +120,6 @@ tasks.withType(Test) { jacoco.excludes = ['jdk.internal.*'] } -//tasks.withType { -// kotlinOptions.jvmTarget = "1.8"android -//} - task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'createDebugCoverageReport']) { reports { xml.enabled = true @@ -155,7 +133,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea '**/Manifest*.*', '**/*Test*.*', 'android/**/*.*', - // Exclude Hilt generated classes '**/*Hilt*.*', 'hilt_aggregated_deps/**', '**/*_Factory.class',