bumptech/glide
GitHub で見るAnnotation processor uses class name as package name causing conflicts
Open
#2,860 opened on 2018年2月1日
bughelp wanted
説明
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.