When I add the external library dagger-compiler-2.9.jar I get an error when the dexer is running:
[ERROR] : Failed to run dexer:
[ERROR] :
[ERROR] : PARSE ERROR:
[ERROR] : MethodHandle not supported
[ERROR] : ...while preparsing cst 016c at offset 00001ceb
[ERROR] : ...while parsing com/google/googlejavaformat/java/JavaInput.class
[ERROR] : 1 error; aborting
I'm not sure if something this library does isn't supported by Hyperloop, or if it is a bug, but I've never had an issue with adding any other external libraries.
Console output (trace level) is attached. Download the project from here
https://drive.google.com/open?id=0B8kIhHPumU-mYjN5eWpFSm11LVk and try to build/run it to test.
No comments