Kapt: Allow to strip @Metadata annotation from stubs (KT-36667)
This commit is contained in:
@@ -114,6 +114,7 @@ enum class KaptFlag(val description: String) {
|
||||
STRICT("Strict mode"),
|
||||
INCLUDE_COMPILE_CLASSPATH("Detect annotation processors in compile classpath"),
|
||||
INCREMENTAL_APT("Incremental annotation processing (apt mode)"),
|
||||
STRIP_METADATA("Strip @Metadata annotations from stubs")
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user