utopia-rise / godot-kotlin-jvm

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

Add support for Java source files #592

Closed CedNaru closed 3 months ago

CedNaru commented 3 months ago

Like for Kotlin files, the module can now handle Java files. They can be attached to Nodes and open in the editor with minimal support. I did a heavy lifting of the Script and Language classes so they can handle each language individually. The documentation and logs have been updated to mention Java files and use more generic words like "Jvm" or "Source file" when it applies to both languages.