Update to 192.5118.30
This commit is contained in:
@@ -9,6 +9,9 @@ dependencies {
|
||||
compile(project(":idea:idea-jvm"))
|
||||
compile(project(":compiler:frontend"))
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
}
|
||||
compile(project(":kotlin-native:kotlin-native-library-reader"))
|
||||
|
||||
testCompileOnly(intellijDep())
|
||||
|
||||
Reference in New Issue
Block a user