romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
782 stars 23 forks source link

Add run command and log panel #40

Closed romainguy closed 5 months ago

romainguy commented 5 months ago

The run command will compile and run the Kotlin source. The output is sent to the new logs panel.

The new logs panel is also where all errors are now redirected.

The logs panels can be shown/hidden like the other panels, via the top-level menu.

Screenshot 2024-05-07 at 3 19 12 PM