Boris Farber
Boris Farber
Pull requests welcome :), I am not sure we have the time to implement this in the near future
Thanks Anant, the best I can think is remove all features that use ASMDEX.
Hi Jolanda, I am not sure I understand, you suggest the change the Android Studio Poet (a desktop app) to use Compose, or you suggest for the generated Compose code...
I see, not sure I have the bandwidth now, @chao2zhang can you take a look, please
It seems an issue with one of the ClassyShark dependencies, ASMDex, not sure something we can help with
Did this work with a previous version of ASMDex? - I don't think we changed any asmdex dependencies. Is this just a specific edge case with the class that I'm...
I think it is the best to remove the ASMDex all together. We have dexlib2 that parses classes.dex entries. AMSDex used in the following classes: https://github.com/google/android-classyshark/blob/master/ClassySharkWS/src/com/google/classyshark/silverghost/translator/dex/DexMethodsDumper.java ==> dumps all methods...
Setting the proper google-java-format version (in ```build.gradle.kts```) worked for me ``` googleJavaFormat { toolVersion = "1.1" } ```