[SAM with receiver] Fix maven plugin and IDE dependencies according new module structure
This commit is contained in:
committed by
teamcity
parent
1a9c690dcb
commit
53bbe805ce
+6
-1
@@ -2,4 +2,9 @@ plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
publishJarsForIde(listOf(":kotlin-sam-with-receiver-compiler-plugin"))
|
||||
publishJarsForIde(
|
||||
listOf(
|
||||
"::kotlin-sam-with-receiver-compiler-plugin.common",
|
||||
"::kotlin-sam-with-receiver-compiler-plugin.k1"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user