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:
@@ -72,3 +72,8 @@ projectTest {
|
||||
|
||||
testsJar {}
|
||||
|
||||
runtimeJar {
|
||||
archiveName = "android-ide.jar"
|
||||
}
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
Reference in New Issue
Block a user