Publish allopen compiler plugin separately

- added also 'kotlin-allopen-compiler-plugin-embeddable' to be used with
  'kotlin-compiler-embeddable'
- 'kotlin-maven-allopen' now just depends on
  'kotlin-allopen-compiler-plugin' instead of "embeding" it into itself

^KT-52811 In Progress
This commit is contained in:
Yahor Berdnikau
2023-03-20 17:38:40 +01:00
committed by Space Team
parent 64f8b87b66
commit 1ccd7afde7
6 changed files with 29 additions and 16 deletions
+2
View File
@@ -41,6 +41,8 @@ sourceSets {
}
}
publish()
runtimeJar()
sourcesJar()
javadocJar()