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