Skip to content

Commit 0749d11

Browse files
committed
kotlin should not be included by default
1 parent 94f39c0 commit 0749d11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ subprojects {
3232
named<ShadowJar>("shadowJar") {
3333
archiveBaseName = rootProject.name
3434
archiveClassifier = this@subprojects.name.takeIf { it != "util" } ?: ""
35+
36+
dependencies {
37+
exclude(dependency(rootProject.libs.kotlin.stdlib.get()))
38+
}
3539
}
3640
}
3741
}

0 commit comments

Comments
 (0)