-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin support #1
Comments
It is easy to compile a new kotlin file into a class, but it is difficult to decompile a class into kotlin. Class is usually decompiled into java. |
Yeah I know that, that's not what I meant by Kotlin support. Intelij opens Kotlin stubs when you're trying to use this plugin on Kotlin classes and you can't click decompile to java for typing code. Sorry for confusion |
Got it, the next version can support it. At present, you can copy the decompiled java code into the Kotlin class decompiled editor. |
v1.4 supports kotlin |
Plugin is cool, so Kotlin support would be really cool
The text was updated successfully, but these errors were encountered: