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.14.3-4.5.1
Name Modified Size InfoDownloads / Week
Parent folder
godot-kotlin-jvm_editor_linuxbsd_x86_64_debug_0.14.3-4.5.1.zip 2025-10-19 606.8 MB
godot-kotlin-jvm_export_templates_0.14.3-4.5.1.tpz 2025-10-19 650.8 MB
godot-kotlin-jvm_editor_macos_universal_debug_0.14.3-4.5.1.zip 2025-10-19 142.8 MB
godot-kotlin-jvm_editor_windows_x86_64_debug_0.14.3-4.5.1.zip 2025-10-19 234.0 MB
godot-kotlin-jvm_editor_windows_x86_64_release_0.14.3-4.5.1.zip 2025-10-19 73.5 MB
godot-kotlin-jvm_editor_linuxbsd_x86_64_release_0.14.3-4.5.1.zip 2025-10-19 74.4 MB
godot-kotlin-jvm_editor_macos_universal_release_0.14.3-4.5.1.zip 2025-10-19 139.8 MB
0.14.3-4.5.1 source code.tar.gz 2025-10-19 11.8 MB
0.14.3-4.5.1 source code.zip 2025-10-19 13.6 MB
README.md 2025-10-19 3.3 kB
Totals: 10 Items   1.9 GB 0

New minor release for Godot Kotlin based on Godot 4.5.1.

Fixes: - Typed Array in JVM scripts no longer lose their type after rebuilding project. - Boostrap.jar is now properly generate and loaded the first time you build your project. - API methods with vararg argument behave properly. - Registering methods with an enum return now works. - ServiceLoader can now find dependancies in user code.

Changes: - API classes with required overridable methods are now abstract.

Java: - You can now use the GD singleton without using the INSTANCE static field.

Warning: Because of a change in Jetbrains's plugin policy, we are not able to publish the IDE plugin anymore and have to rework it. Therefore this release won't have an IDE plugin.

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

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

What's Changed

New Contributors

Full Changelog: https://github.com/utopia-rise/godot-kotlin-jvm/compare/0.13.1-4.4.1...0.14.1-4.5.1

Source: README.md, updated 2025-10-19