[Lombok] Reorganize module structure of Lombok compiler plugin
Also rename its jar to `kotlin-lombok-compiler-plugin` ^KT-52468 Fixed
This commit is contained in:
committed by
teamcity
parent
bfb908dcd9
commit
c2bf68c9d3
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
embedded(project(":plugins:lombok:lombok-compiler-plugin")) { isTransitive = false }
|
||||
embedded(project(":kotlin-lombok-compiler-plugin")) { isTransitive = false }
|
||||
|
||||
commonApi(project(":kotlin-gradle-plugin-model"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user