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
@@ -8,7 +8,6 @@ dependencies {
embedded(project(":native:kotlin-klib-commonizer")) { isTransitive = false }
runtime(kotlinStdlib())
runtime(project(":kotlin-compiler-embeddable"))
runtime(project(":native:kotlin-native-utils"))
}
sourceSets {