bumptech/glide
Auf GitHub ansehenAnnotation processor uses class name as package name causing conflicts
Open
#2.860 geöffnet am 1. Feb. 2018
bughelp wanted
Repository-Metriken
- Stars
- (35.023 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 4T 10h) (11 gemergte PRs in 30 T)
Beschreibung
Glide Version: 4.x
Integration libraries: N/A
Device/Android Version: N/A
Issue details / Repro steps / Use case background:
Related: https://github.com/bumptech/glide/issues/2512
Glide load line / GlideModule (if any) / list Adapter code (if any):
package com.example;
class MyApp {
@GlideModule
static class MyModule {
}
}
will generate com.example.MyApp.GlideApp; where MyApp will be a package and this conflicts with the outer class from the app.