Skip to content

Commit

Permalink
Merge "Remove libs.kotlinStdlib dependencies from non-kotlin librarie…
Browse files Browse the repository at this point in the history
…s" into androidx-main
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Jul 20, 2023
2 parents 17320c7 + d812cd3 commit 6017108
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion leanback/leanback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
// It can be removed if appcompat library is updated to a newer version
implementation("androidx.vectordrawable:vectordrawable-animated:1.1.0")

androidTestImplementation(libs.kotlinStdlib)
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testCore)
androidTestImplementation(libs.testRunner)
Expand Down
5 changes: 1 addition & 4 deletions wear/protolayout/protolayout-expression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ dependencies {
annotationProcessor(libs.nullaway)
api("androidx.annotation:annotation:1.2.0")

implementation("androidx.annotation:annotation-experimental:1.3.0")
implementation("androidx.annotation:annotation-experimental:1.3.1")
implementation("androidx.collection:collection:1.2.0")
implementation(project(path: ":wear:protolayout:protolayout-proto", configuration: "shadow"))

// Upgrade transitive kotlin-stdlib dependency from annotation-experimental.
implementation(libs.kotlinStdlib)

testImplementation(libs.testExtJunit)
testImplementation(libs.testExtTruth)
testImplementation(libs.testRunner)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
dependencies {
api(project(":wear:watchface:watchface-complications-data-source"))
api(libs.guavaAndroid)
api(libs.kotlinStdlib)
implementation("androidx.core:core:1.1.0")
implementation("androidx.wear.protolayout:protolayout-expression:1.0.0-beta01")
}
Expand Down
3 changes: 1 addition & 2 deletions window/extensions/extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ plugins {
}

dependencies {
api(libs.kotlinStdlib)
implementation("androidx.annotation:annotation:1.6.0")
implementation("androidx.annotation:annotation-experimental:1.1.0")
implementation("androidx.annotation:annotation-experimental:1.3.1")
implementation("androidx.window.extensions.core:core:1.0.0")

testImplementation(libs.robolectric)
Expand Down

0 comments on commit 6017108

Please sign in to comment.