[Gradle] kotlin-tooling-core: Demote stdlib dependency to compileOnly

KT-54825
This commit is contained in:
Sebastian Sellmair
2022-11-10 15:36:38 +01:00
committed by Space Team
parent 39904fe54b
commit 585045c599
@@ -14,6 +14,6 @@ kotlin.sourceSets.configureEach {
} }
dependencies { dependencies {
implementation(kotlinStdlib()) compileOnly(kotlinStdlib())
testImplementation(project(":kotlin-test:kotlin-test-junit")) testImplementation(project(":kotlin-test:kotlin-test-junit"))
} }