[Gradle] Use kotlin-compiler-embeddable instead of kotlin-gradle-plugin-compiler-dependencies
^KT-62650 In Progress
This commit is contained in:
committed by
Space Team
parent
64db96eda3
commit
defa0b955b
@@ -110,7 +110,7 @@ dependencies {
|
|||||||
exclude(group = "org.jetbrains.kotlin", module = "kotlin-compiler-embeddable")
|
exclude(group = "org.jetbrains.kotlin", module = "kotlin-compiler-embeddable")
|
||||||
}
|
}
|
||||||
commonRuntimeOnly(project(":kotlin-util-klib"))
|
commonRuntimeOnly(project(":kotlin-util-klib"))
|
||||||
commonRuntimeOnly(project(":prepare:kotlin-gradle-plugin-compiler-dependencies"))
|
commonRuntimeOnly(project(":kotlin-compiler-embeddable"))
|
||||||
|
|
||||||
embedded(project(":kotlin-gradle-build-metrics"))
|
embedded(project(":kotlin-gradle-build-metrics"))
|
||||||
embedded(project(":kotlin-gradle-statistics"))
|
embedded(project(":kotlin-gradle-statistics"))
|
||||||
|
|||||||
+1
-1
@@ -340,7 +340,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
<groupId>org.jetbrains.kotlin</groupId>
|
||||||
<artifactId>kotlin-gradle-plugin-compiler-dependencies</artifactId>
|
<artifactId>kotlin-compiler-embeddable</artifactId>
|
||||||
<version>ArtifactsTest.version</version>
|
<version>ArtifactsTest.version</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|||||||
Reference in New Issue
Block a user