ItzSomebody/radon

Do not handle non-existent classes [JPhantom]

chachako opened this issue · 2 comments

How to ignore non-existent classes instead of having to import them into the libraries. Like proguard, it provides a dontwarn, which can guarantee to ignore such class without importing libraries

-dontwarn org.apache.http**

Col-E commented

Could also use JPhantom like I have to generate missing classes.