Liubsyy / JarEditor

IDEA plugin for directly editing and modifying files in jar without decompression. (一款无需解压直接编辑修改jar包内文件的IDEA插件)
Apache License 2.0
533 stars 46 forks source link

Kotlin support #1

Open Aaur1s opened 6 months ago

Aaur1s commented 6 months ago

Plugin is cool, so Kotlin support would be really cool

Liubsyy commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

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

Liubsyy commented 5 months ago

v1.4 supports kotlin