Fix after rebase - adapting to the new idea plugin handling scheme

This commit is contained in:
Ilya Chernikov
2019-04-16 13:50:52 +02:00
parent 4b4186ecb2
commit ada3edb222
3 changed files with 1 additions and 4 deletions
@@ -49,8 +49,6 @@ javadocJar()
dist()
ideaPlugin()
projectTest {
workingDir = rootDir
}
@@ -22,5 +22,3 @@ sourceSets {
runtimeJar()
ideaPlugin()
+1
View File
@@ -78,6 +78,7 @@ val projectsToShadow by extra(listOf(
":kotlin-noarg-compiler-plugin",
":kotlin-sam-with-receiver-compiler-plugin",
":kotlin-scripting-idea",
":kotlin-scripting-compiler-impl",
":kotlinx-serialization-compiler-plugin",
":kotlinx-serialization-ide-plugin",
":idea:idea-android",