Kapt: Allow to strip @Metadata annotation from stubs (KT-36667)

This commit is contained in:
Yan Zhulanow
2020-02-13 17:12:47 +09:00
parent da16b8e527
commit 62affd8e0d
11 changed files with 109 additions and 0 deletions
@@ -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")
;
}