Skip to content

Commit 057089a

Browse files
authored
misc: remove explicit kotlin("stdlib") dependency application (#51)
1 parent 3b69978 commit 057089a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureTargets.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ fun Project.configureCommon() {
133133
fun Project.configureJvm() {
134134
kotlin {
135135
jvm()
136-
sourceSets.named("jvmMain") {
137-
dependencies {
138-
api(kotlin("stdlib"))
139-
}
140-
}
141136

142137
sourceSets.named("jvmTest") {
143138
dependencies {

0 commit comments

Comments
 (0)