atteo / classindex

Index classes, do not scan them!
Apache License 2.0
263 stars 42 forks source link

ProGuard #37

Closed novemio closed 7 years ago

novemio commented 8 years ago

After I enabled ProGuard, method ClassIndex.getAnnotated(myAnnotaion.class) didn't find any class ? I use classindex in android library project.

sentinelt commented 8 years ago

hi, correct me if I am wrong, but from what I read ProGuard obfuscates the class names. I guess it does not change the names of the classes stored in the index files produced by the ClassIndex. This needs to be fixed on the ProGuard side.