utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
560 stars 38 forks source link

GDKotlin Rework: Improve commandline, json and export. #608

Closed CedNaru closed 2 months ago

CedNaru commented 2 months ago

Fix some issues with the previous configuration/command-line PR.

Regarding the export, I fixed the Linux issue, replaced all the strings with the same constants used in GDKotlin. I also changed the JVM type exported for desktop. It doesn't use the same one as the editor anymore. By default it uses the JVM, but you can add a export-graal-native-image feature to make it export graal instead.