[Gradle] Use kotlin-compiler-embeddable instead of kotlin-gradle-plugin-compiler-dependencies

^KT-62650 In Progress
This commit is contained in:
Alexander.Likhachev
2023-10-31 15:14:21 +01:00
committed by Space Team
parent 64db96eda3
commit defa0b955b
2 changed files with 2 additions and 2 deletions
@@ -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"))
@@ -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>