[lombok] Support import from gradle to IDE
Introduce base module for ide compiler plugins
This commit is contained in:
committed by
TeamCityServer
parent
b58bea6fa1
commit
8afb6d2761
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user