bumptech/glide
View on GitHubAnnotation processor uses class name as package name causing conflicts
Open
#2860 opened on Feb 1, 2018
bughelp wanted
Description
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.