Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

库使用提示:kotlin使用的话,使用kapt代替annotationProcessor,否则找不到类 #66

Open
RookieExaminer opened this issue Feb 6, 2021 · 3 comments

Comments

@RookieExaminer
Copy link

api 'cn.bingoogolapple:bga-badgeview-api:1.1.8'
kapt "cn.bingoogolapple:bga-badgeview-compiler:1.1.8"
@jiaoery
Copy link

jiaoery commented Feb 24, 2021

这个正好解决遇到的问题,还是希望能出个kotlin版本的

@jyjiawohao
Copy link

完全导入不了包不知道什么原因
implementation 'com.github.bingoogolapple.BGABadgeView-Android:api:1.2.0'
kapt 'com.github.bingoogolapple.BGABadgeView-Android:compiler:1.2.0'

api'com.github.bingoogolapple.BGABadgeView-Android:api:1.2.0'
kapt 'com.github.bingoogolapple.BGABadgeView-Android:compiler:1.2.0'

@bingoogolapple
Copy link
Owner

@jyjiawohao 添加 jitpack 源

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
        jcenter()
        google()
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants