We’ve finally changed from building with ant (the ancient way) to building with gradle (the modern way). We’re now getting the following error:
…/aspose/WordsOperations.java:343: error: cannot access zzF4
Document document = new Document(stream, options);
^
class file for asposewobfuscated.zzF4 not found
I’m sure this must be related to proguard. How can we resolve this problem?