Add option to disable AP discovery in compile classpath
#KT-24530 Fixed To disable discovery and enable avoidance for kapt tasks, use "kapt.includeCompileClasspath = false"
This commit is contained in:
@@ -149,6 +149,11 @@ enum class KaptCliOption(
|
||||
),
|
||||
|
||||
DETECT_MEMORY_LEAKS_OPTION("detectMemoryLeaks", "true | false", "Detect memory leaks in annotation processors"),
|
||||
INCLUDE_COMPILE_CLASSPATH(
|
||||
"includeCompileClasspath",
|
||||
"true | false",
|
||||
"Discover annotation processors in compile classpath"
|
||||
),
|
||||
|
||||
INFO_AS_WARNINGS_OPTION("infoAsWarnings", "true | false", "Show information messages as warnings"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user