[Gradle] kgp-idea: Demote stdlib dependency to compileOnly
KT-54825
This commit is contained in:
committed by
Space Team
parent
585045c599
commit
7e1ad71996
@@ -15,7 +15,7 @@ kotlin.sourceSets.configureEach {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api(project(":kotlin-tooling-core"))
|
api(project(":kotlin-tooling-core"))
|
||||||
api(project(":kotlin-gradle-plugin-annotations"))
|
api(project(":kotlin-gradle-plugin-annotations"))
|
||||||
implementation(kotlinStdlib())
|
compileOnly(kotlinStdlib())
|
||||||
testImplementation(gradleApi())
|
testImplementation(gradleApi())
|
||||||
testImplementation(gradleKotlinDsl())
|
testImplementation(gradleKotlinDsl())
|
||||||
testImplementation(project(":kotlin-gradle-plugin"))
|
testImplementation(project(":kotlin-gradle-plugin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user