mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add Kotlin runtime to PyCharm layouts (IDEA-142239)
This commit is contained in:
@@ -266,6 +266,11 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
fileset(file: it)
|
||||
}
|
||||
|
||||
fileset(dir: "$home/community/build/kotlinc/lib") {
|
||||
include(name: "kotlin-runtime.jar")
|
||||
include(name: "kotlin-reflect.jar")
|
||||
}
|
||||
|
||||
dir("libpty") {
|
||||
fileset(dir: "$ch/lib/libpty") {
|
||||
exclude(name: "*.txt")
|
||||
|
||||
@@ -303,6 +303,11 @@ private layoutFull(Map args, String target, Set usedJars) {
|
||||
fileset(file: it)
|
||||
}
|
||||
|
||||
fileset(dir: "$home/community/build/kotlinc/lib") {
|
||||
include(name: "kotlin-runtime.jar")
|
||||
include(name: "kotlin-reflect.jar")
|
||||
}
|
||||
|
||||
dir("libpty") {
|
||||
fileset(dir: "$ch/lib/libpty") {
|
||||
exclude(name: "*.txt")
|
||||
|
||||
Reference in New Issue
Block a user