-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[4.6.0] error: incompatible types: NonExistentClass cannot be converted to Annotation @error.NonExistentClass() ^ #2862
Comments
|
BaseAppGlideModule.java is referenced but I only have a BaseAppGlideModule.kt file, this is the contents. Also the @GlideModule is not resolved.
|
Duplicate of #2863. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glide Version: 4.6.0
implementation 'com.github.bumptech.glide:glide:4.6.0'
kapt 'com.github.bumptech.glide:compiler:4.6.0'
Integration libraries:
implementation 'com.github.bumptech.glide:okhttp3-integration:4.6.0'
Issue details / Repro steps / Use case background:
Can't compile on Android Studio 3.1-beta1 with version 4.6.0, Glide 4.5.0 compiles fine.
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: