Skip to content

Commit 1659a4c

Browse files
add dependency (#5887)
Signed-off-by: parneet-guraya <[email protected]>
1 parent 1e7aaba commit 1659a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ dependencies {
9393
implementation "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
9494

9595
//Mocking
96+
testImplementation("io.mockk:mockk:1.13.4")
9697
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
9798
testImplementation 'org.mockito:mockito-inline:5.2.0'
9899
testImplementation 'org.mockito:mockito-core:5.6.0'
@@ -226,7 +227,7 @@ android {
226227
excludes += ['META-INF/androidx.*']
227228
}
228229
resources {
229-
excludes += ['META-INF/androidx.*', 'META-INF/proguard/androidx-annotations.pro']
230+
excludes += ['META-INF/androidx.*', 'META-INF/proguard/androidx-annotations.pro', '/META-INF/LICENSE.md', '/META-INF/LICENSE-notice.md']
230231
}
231232
}
232233

0 commit comments

Comments
 (0)