Skip to content
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

Open
Aaur1s opened this issue May 24, 2024 · 4 comments
Open

Kotlin support #1

Aaur1s opened this issue May 24, 2024 · 4 comments

Comments

@Aaur1s
Copy link

Aaur1s commented May 24, 2024

Plugin is cool, so Kotlin support would be really cool

@Liubsyy
Copy link
Owner

Liubsyy commented May 26, 2024

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.

@Aaur1s
Copy link
Author

Aaur1s commented May 26, 2024

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

@Liubsyy
Copy link
Owner

Liubsyy commented May 27, 2024

Got it, the next version can support it. At present, you can copy the decompiled java code into the Kotlin class decompiled editor.

@Liubsyy
Copy link
Owner

Liubsyy commented Jun 5, 2024

v1.4 supports kotlin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants