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
+1
View File
@@ -19,6 +19,7 @@ dependencies {
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":generators:test-generator"))
testApiJUnit5()
testImplementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))