Add workaround for problem with initialization of :tools:kotlinp

This commit is contained in:
Dmitriy Novozhilov
2021-01-29 12:57:28 +03:00
parent e8068b5576
commit 4a50dc9074
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":generators:test-generator"))
testRuntime(project(":kotlinx-metadata-jvm", configuration = "runtime"))
testRuntimeOnly(project(":kotlinx-metadata-jvm"/*, configuration = "runtime"*/))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }