[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
@@ -340,7 +340,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-compiler-dependencies</artifactId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<version>ArtifactsTest.version</version>
<scope>runtime</scope>
<exclusions>