Multi-dex to avoid 65k limit?

Hi,

Hit the 65k dex issue a while ago, and revisting the problem now, it looks like there’s some --multi-dex option that might work around it ()

Wondered if anyone has got this working in their setup? Seems to be aiming at gradle builds?

Or, is proguard the way to go? I tried to get rid of some libraries, but RDF/XML dependencies seem to tip me over the edge.

Thanks for any pointers…