Hello,
Could the output of compiled Kotlin code be more readable in IntelliJ/AS/Fleet going forward?
Putting the signature on a single line +
the repetition of fully qualified names of everything +
including useless annotations like "RecentlyNonNull" +
rendundant
public
modifier…
This is super hard to navigate, and it shouldn't have to be.
Having this properly formatted would allow devs to get the API at a glance, easily, instead giving up, or doing so through pain. 🙂
➕ 6
r
Roman Golyshev
03/13/2024, 7:49 PM
That’s a good suggestion, thanks! I’ll check what can be done about this