[Gradle] kotlin-tooling-core: Demote stdlib dependency to compileOnly
KT-54825
This commit is contained in:
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"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user