META-INF/versions/9/module-info.class: broken class file? (This feature requires ASM6)
问题 I'm having issues with Bouncycastle, which only arise when running the :lint task. Generally it seems to be a Java 9 byte-code version 53.0 / ASM version conflict. These are the dependencies: // https://mvnrepository.com/artifact/org.bouncycastle implementation "org.bouncycastle:bcprov-jdk15on:1.64" implementation "org.bouncycastle:bcpkix-jdk15on:1.64" Which cause the :lint task to throw processing errors: > Task :mobile:lint Error processing bcpkix-jdk15on-1.64.jar:META-INF/versions/9/module