Download Latest Version godot-kotlin-jvm_editor_linuxbsd_x86_64_debug_0.14.3-4.5.1.zip (606.8 MB)
Email in envelope

Get an email when there's a new version of Godot Kotlin JVM

Home / 0.13.0-4.4.1
Name Modified Size InfoDownloads / Week
Parent folder
godot-kotlin-jvm_export_templates_0.13.0-4.4.1.tpz 2025-04-21 625.2 MB
godot-kotlin-jvm_editor_windows_x86_64_debug_0.13.0-4.4.1.zip 2025-04-21 232.7 MB
godot-kotlin-jvm_editor_macos_universal_release_0.13.0-4.4.1.zip 2025-04-21 122.5 MB
godot-kotlin-jvm_editor_linuxbsd_x86_64_debug_0.13.0-4.4.1.zip 2025-04-21 601.7 MB
godot-kotlin-jvm_editor_linuxbsd_x86_64_release_0.13.0-4.4.1.zip 2025-04-21 67.2 MB
godot-kotlin-jvm_editor_windows_x86_64_release_0.13.0-4.4.1.zip 2025-04-21 67.1 MB
godot-kotlin-jvm_editor_macos_universal_debug_0.13.0-4.4.1.zip 2025-04-21 125.5 MB
0.13.0-4.4.1 source code.tar.gz 2025-04-21 10.5 MB
0.13.0-4.4.1 source code.zip 2025-04-21 12.2 MB
README.md 2025-04-21 2.8 kB
Totals: 10 Items   1.9 GB 0

New minor update for Godot Kotlin

Changes: - The bootstrap.jar is gone, the editor can now run by itself ! - Many API methods taking a StringName as parameter can now accept a regular String instead. It's automatically transformed into a StringName and cached for efficiency. - Most Godot Enum values are now shorter, removing redundant words from the encapsulating Enum. Error.ERR_PARAMETER_RANGE_ERROR -> Error.PARAMETER_RANGE - The DocString documentation formatting has been improved. - Mutation helpers for PackedArrays have been added to the API. - Added a Gradle task to generate the embedded JVM

Fixes: - JVM modules like java.sql can now be used by your Godot projects. - The IDE plugin templates use the correct version. - Non-ascii characters are properly displayed when printing to Godot. - Reloading the project no longer crashes if you have several registered scripts in the same file. - Android exports should work again.

Don't forget to change your build.gradle configuration with the following line.

:::kt
plugins {
    id("com.utopia-rise.godot-kotlin-jvm") version "0.13.0-4.4.1"
}

What's Changed

Full Changelog: https://github.com/utopia-rise/godot-kotlin-jvm/compare/0.12.3-4.4.1...0.13.0-4.4.1

Source: README.md, updated 2025-04-21