Add Eclipse Collections library.

This commit is contained in:
Isira Seneviratne 2020-04-04 16:47:44 +05:30
parent 9978fd6992
commit c53d0ddd26
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,10 @@ android {
sourceCompatibility '1.8'
targetCompatibility '1.8'
}
packagingOptions {
exclude 'LICENSE-EPL-1.0.txt'
exclude 'LICENSE-EDL-1.0.txt'
}
tasks.withType(Test) {
testLogging {
@ -94,6 +98,8 @@ dependencies {
implementation "androidx.core:core-ktx:1.2.0"
implementation 'org.apache.commons:commons-lang3:3.9'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.eclipse.collections:eclipse-collections:10.2.0'
testImplementation 'junit:junit:4.13'
testImplementation "org.powermock:powermock-module-junit4:$powermock_version"
testImplementation "org.powermock:powermock-api-mockito2:$powermock_version"