Liubsyy / JarEditor

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

Kotlin support #1

Open Aaur1s opened 1 month ago

Aaur1s commented 1 month ago

Plugin is cool, so Kotlin support would be really cool

Liubsyy commented 1 month 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 1 month 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 1 month 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 1 month ago

v1.4 supports kotlin