We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bdd14 commit 75de9a4Copy full SHA for 75de9a4
build.gradle.kts
@@ -64,6 +64,12 @@ val createClasspathManifest = tasks.register("createClasspathManifest") {
64
65
val kotlinVersion: String by project
66
67
+configurations.implementation {
68
+ exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
69
+ exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk7")
70
+ exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
71
+}
72
+
73
dependencies {
74
implementation(gradleApi())
75
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2")
0 commit comments