Rename :kotlin-native:kotlin-native-library-reader to :native:frontend.native

This commit is contained in:
Dmitriy Dolovov
2020-01-28 13:54:17 +07:00
parent 53d50c935a
commit b49e6ac581
18 changed files with 16 additions and 17 deletions
+3 -2
View File
@@ -8,12 +8,13 @@ dependencies {
compile(project(":idea:idea-core"))
compile(project(":idea:idea-jvm"))
compile(project(":compiler:frontend"))
compile(project(":native:frontend.native"))
compile(project(":kotlin-native:kotlin-native-utils"))
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java"))
}
compile(project(":kotlin-native:kotlin-native-library-reader"))
compile(project(":kotlin-native:kotlin-native-utils"))
testCompileOnly(intellijDep())
testRuntimeOnly(intellijDep())