Publish atomicfu compiler plugin separately

- rename plugin into 'kotlin-atomicfu-compiler-plugin'
- add 'kotlin-atomicfu-compiler-plugin-embeddable' to be used with
  'kotlin-comiler-embeddable'

^KT-52811 In Progress
This commit is contained in:
Yahor Berdnikau
2023-03-20 17:31:21 +01:00
committed by Space Team
parent 8ad67faa60
commit 64f8b87b66
7 changed files with 27 additions and 11 deletions
@@ -14,8 +14,6 @@ dependencies {
compileOnly(project(":kotlin-gradle-plugin"))
compileOnly(project(":kotlin-compiler-embeddable"))
embedded(project(":kotlinx-atomicfu-compiler-plugin")) { isTransitive = false }
}
gradlePlugin {