[lombok] Support import from gradle to IDE

Introduce base module for ide compiler plugins
This commit is contained in:
Andrey Zinovyev
2021-04-23 14:50:29 +03:00
committed by TeamCityServer
parent b58bea6fa1
commit 8afb6d2761
35 changed files with 321 additions and 28 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ dependencies {
testRuntime(project(":kotlinx-serialization-ide-plugin")) { isTransitive = false }
testRuntime(project(":plugins:parcelize:parcelize-compiler"))
testRuntime(project(":plugins:parcelize:parcelize-ide")) { isTransitive = false }
testRuntime(project(":plugins:lombok:lombok-ide-plugin"))
testRuntime(project(":idea:idea-android")) { isTransitive = false }
@@ -50,4 +51,4 @@ projectTest(parallel = true) {
workingDir = rootDir
}
testsJar()
testsJar()