Include :native:frontend.native into kotlin-compiler.jar

This commit is contained in:
Dmitriy Dolovov
2020-01-29 15:54:26 +07:00
parent 25ff33cc3c
commit abd86107d1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -128,7 +128,6 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompileOnly(intellijPluginDep("coverage"))
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(commonDep("org.jetbrains", "markdown"))