Skip to content

Commit

Permalink
Don't remove dependency on stdlib-jdk7 and stdlib-jdk8. (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Nov 12, 2024
1 parent ab02b3c commit e88cabd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,6 @@ allprojects {
}
}

dependencies {
modules {
module("org.jetbrains.kotlin:kotlin-stdlib-jdk7") {
replacedBy("org.jetbrains.kotlin:kotlin-stdlib")
}
module("org.jetbrains.kotlin:kotlin-stdlib-jdk8") {
replacedBy("org.jetbrains.kotlin:kotlin-stdlib")
}
}
}

// Uninstall test APKs after running instrumentation tests.
tasks.configureEach {
if (name == "connectedDebugAndroidTest") {
Expand Down

0 comments on commit e88cabd

Please sign in to comment.