[lombok] Gradle sublugin for no-kapt project

This commit is contained in:
Andrey Zinovyev
2021-03-29 18:45:47 +03:00
committed by TeamCityServer
parent 8011452c28
commit 79d49e6dbd
9 changed files with 140 additions and 6 deletions
+2 -1
View File
@@ -368,7 +368,8 @@ val gradlePluginProjects = listOf(
":kotlin-annotation-processing-gradle",
":kotlin-noarg",
":kotlin-sam-with-receiver",
":kotlin-parcelize-compiler"
":kotlin-parcelize-compiler",
":kotlin-lombok"
)
apply {