Cleanup unused Kotlin daemon dependencies

This commit is contained in:
Yahor Berdnikau
2023-01-18 13:28:49 +01:00
parent 60a8bb9a73
commit 8f07a9cc61
7 changed files with 11 additions and 58 deletions
@@ -7,7 +7,6 @@ plugins {
dependencies {
implementation(project(":kotlin-daemon-client"))
implementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
compileOnly(project(":compiler:cli-common"))
compileOnly(project(":kotlin-preloader"))