kotlin-decompiler
kotlin-decompiler copied to clipboard
Missing class org.jetbrains.java.decompiler.code.ModifierList
I cloned the project, but it was not compiled. ClassWriter.java and ClassesProcessor.java are import the org.jetbrains.java.decompiler.code.ModifierList class that is missing. Could you please add this one to the repo?
Agreed. Looks like, possibly, an accidental deletion - I found it in the git history.
So the files was not added at the end?
Unfortunately I don't have these files locally anymore. This project was an experiment which was very incomplete. Upstream has actually added a Kotlin decompiler plugin which is more developed and I would recommend using that instead.