Steps to Reproduce
- Build an app project with some binding library
Expected Behavior
desugar_deploy.jar desugaring .jar with dependencies without exception
Actual Behavior
Desugar entirely skips the --classpath_entry dependencies for .jar (or it's by design? please no) when desugar_deploy.jar gets called, causing failures just like:
1> Exception in thread "main" java.lang.TypeNotPresentException: Type okhttp3.Interceptor not present
Version Information
xa sdk 9.1.0.19
Fast repro + good scenario
xabug.zip