K/N: Rename "kotlin-native-serializer" to "kotlin-native-library-reader"
This commit is contained in:
committed by
Mikhail Glukhikh
parent
6701dbb220
commit
cb7009ace8
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlin-native:kotlin-native-serializer"))
|
||||
compile(project(":kotlin-native:kotlin-native-library-reader"))
|
||||
|
||||
compileOnly(project(":idea:idea-gradle"))
|
||||
compileOnly(project(":idea:idea-native"))
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
compile(project(":idea:idea-jvm"))
|
||||
compile(project(":compiler:frontend"))
|
||||
compileOnly(intellijDep())
|
||||
compile(project(":kotlin-native:kotlin-native-serializer"))
|
||||
compile(project(":kotlin-native:kotlin-native-library-reader"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user