Initial implementation of kotlin + intellij combined repo
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(":kotlin-allopen-compiler-plugin"))
|
||||
}
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(":kotlin-allopen-compiler-plugin"))
|
||||
|
||||
Reference in New Issue
Block a user