Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.23k stars 88 forks source link

Big Kotlin Work List #262

Open sschr15 opened 1 year ago

sschr15 commented 1 year ago

A bunch of things to get Kotlin to be (mostly) decompiling Kotlin and not a Kotlin-Java hybrid, split into a few main categories.

Technical Backend

Non-method fixes

Method fixes

Kroppeb commented 1 year ago

lateinit var

LlamaLad7 commented 1 year ago

Inline function call decompilation would be cool. It should be possible from the source map.