Skip to content

Commit

Permalink
Exclude kotlin-stdlib dependency from utils generated .pom
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Sep 17, 2022
1 parent ab2dc14 commit 7b6d3df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Expand Up @@ -30,6 +30,7 @@ guavaJREVersion=31.1-jre
asmVersion=9.2

kotlinVersion=1.5.20
kotlin.stdlib.default.dependency=false

autoServiceVersion=1.0-rc6
multidexVersion=2.0.1
1 change: 1 addition & 0 deletions integration_tests/mockito-kotlin/build.gradle
Expand Up @@ -20,5 +20,6 @@ dependencies {
testImplementation "androidx.test.ext:junit:$axtJunitVersion"
testImplementation "junit:junit:$junitVersion"
testImplementation "com.google.truth:truth:$truthVersion"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
}
1 change: 1 addition & 0 deletions integration_tests/sparsearray/build.gradle
Expand Up @@ -43,4 +43,5 @@ dependencies {
testImplementation project(":robolectric")
testImplementation "junit:junit:$junitVersion"
testImplementation "com.google.truth:truth:$truthVersion"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
}
1 change: 1 addition & 0 deletions utils/build.gradle
Expand Up @@ -30,5 +30,6 @@ dependencies {

testImplementation "junit:junit:${junitVersion}"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
}

0 comments on commit 7b6d3df

Please sign in to comment.