Kapt: Allow to strip @Metadata annotation from stubs (KT-36667)
This commit is contained in:
@@ -188,6 +188,13 @@ enum class KaptCliOption(
|
||||
cliToolOption = CliToolOption("-Kapt-strict", FLAG)
|
||||
),
|
||||
|
||||
STRIP_METADATA_OPTION(
|
||||
"stripMetadata",
|
||||
"true | false",
|
||||
"Strip @Metadata annotations from stubs",
|
||||
cliToolOption = CliToolOption("-Kapt-strip-metadata", FLAG)
|
||||
),
|
||||
|
||||
DETECT_MEMORY_LEAKS_OPTION("detectMemoryLeaks", "true | false", "Detect memory leaks in annotation processors"),
|
||||
INCLUDE_COMPILE_CLASSPATH(
|
||||
"includeCompileClasspath",
|
||||
|
||||
Reference in New Issue
Block a user