bingoogolapple / BGABadgeView-Android

Android 徽章控件
2.65k stars 431 forks source link

添加增量编译支持 #65

Open chenfei0928 opened 5 years ago

chenfei0928 commented 5 years ago

as 3.5 之后,as引入了注释处理器增量编译api支持,可以增加编译速度 BGABadge在这个版本下编译出现了以下警告

w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: cn.bingoogolapple.badgeview.compiler.BGABadgeProcessor (NON_INCREMENTAL).

runforprogram commented 2 years ago

https://github.com/bingoogolapple/BGABadgeView-Android/pull/74