[SAM with receiver] Fix maven plugin and IDE dependencies according new module structure

This commit is contained in:
Dmitriy Novozhilov
2022-06-23 13:07:20 +03:00
committed by teamcity
parent 1a9c690dcb
commit 53bbe805ce
2 changed files with 17 additions and 4 deletions
@@ -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"
)
)