Build: Extract android ide modules from kotlin-plugin.jar to standalone jars

So we could exclude them in IDEs which don't have android plugin (AppCode, CLion)
This commit is contained in:
Vyacheslav Gerasimov
2018-05-07 21:16:35 +03:00
parent ec1a9d9907
commit 838f1f91fc
8 changed files with 29 additions and 2 deletions
+5
View File
@@ -72,3 +72,8 @@ projectTest {
testsJar {}
runtimeJar {
archiveName = "android-ide.jar"
}
ideaPlugin()
+5
View File
@@ -71,3 +71,8 @@ projectTest {
testsJar {}
runtimeJar {
archiveName = "android-ide.jar"
}
ideaPlugin()
+5
View File
@@ -72,3 +72,8 @@ projectTest {
testsJar {}
runtimeJar {
archiveName = "android-ide.jar"
}
ideaPlugin()
+5
View File
@@ -72,3 +72,8 @@ projectTest {
testsJar {}
runtimeJar {
archiveName = "android-ide.jar"
}
ideaPlugin()
@@ -18,3 +18,8 @@ sourceSets {
"test" {}
}
runtimeJar {
archiveName = "android-output-parser-ide.jar"
}
ideaPlugin()