Andrew Reitz
Andrew Reitz
I haven't tested anything using any of the alpha builds since I'm only one person and google seems to change stuff so much. An easy way to test newer version...
@nathanwharvey are you still seeing this issue?
@nite2 The only difference between 1.2.0 and 1.3.0-SNAPSHOT is the version number so I don't think that's what solved the issue. Maybe an update to the gradle android plugin fixed...
Yeah, #146 was included. As of right now, the only difference between 1.2.0 and 1.3.0-SNAPSHOT is the version number https://github.com/groovy/groovy-android-gradle-plugin/commits/master.
@b-demuth any chance you can host the patched version somewhere or show us how to do it?
Created a ticket: https://issues.apache.org/jira/browse/GROOVY-8366 and working on a possible solution.
Cool. I used JarJar to remove the packages right now, haven't tested it. If it works I can submit the PR to Groovy project. Also, going to submit a ticket...
I think another workaround is to use proguard to remove those packages as well.
Looks like the tools team will not be fixing it. The suggested fix is to "minify" the code (Progaurd) out the method calls that use invoke dynamic. https://issuetracker.google.com/issues/37567710 The good...
Looks like the jarjar rule of `zap org.codehaus.groovy.vmplugin.v7.IndyInterface` takes care of this. Submitting a PR to groovy soon.