Kapt: Support androidx.annotation.RecentlyNullable annotations (KT-26725)

This commit is contained in:
Yan Zhulanow
2018-09-28 22:31:47 +03:00
parent ac1dd59472
commit 6d017f07ad
4 changed files with 76 additions and 1 deletions
@@ -215,7 +215,8 @@ class KaptJavaLog(
"compiler.err.doesnt.exist",
"compiler.err.duplicate.annotation.missing.container",
"compiler.err.not.def.access.package.cant.access",
"compiler.err.package.not.visible"
"compiler.err.package.not.visible",
"compiler.err.not.def.public.cant.access"
)
}