Fix compilation with JPS

This commit is contained in:
Dmitriy Dolovov
2020-04-01 14:11:50 +07:00
parent e455e926aa
commit bfd6eeda60
@@ -21,6 +21,7 @@ dependencies {
testCompile(project(":kotlin-noarg"))
testCompile(project(":kotlin-sam-with-receiver"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompile(project(":native:kotlin-native-utils"))
testCompile(projectRuntimeJar(":kotlin-compiler-embeddable"))
testCompile(intellijCoreDep()) { includeJars("jdom") }