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

This commit is contained in:
Dmitriy Dolovov
2020-03-30 11:17:19 +07:00
parent 28cb9d4e13
commit 31a1f8ff4b
7 changed files with 13 additions and 8 deletions
-1
View File
@@ -26,7 +26,6 @@ dependencies {
mavenCompileScope(project(":kotlin-compiler"))
compile(kotlinStdlib())
compile(project(":native:kotlin-native-utils"))
testCompile(commonDep("junit:junit"))
testCompile(projectTests(":compiler:tests-common"))