| Name | Modified | Size | Downloads / 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
- Bugfix/ios lib path and graal jni config by @piiertho in https://github.com/utopia-rise/godot-kotlin-jvm/pull/840
- GH-842 Fix thread context classloader by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/848
- Install dependencies before building on Linux by @signalno11 in https://github.com/utopia-rise/godot-kotlin-jvm/pull/828
- Update jvm artifact deployment for new maven central portal by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/838
- Updated instructions for building on macOS and debugging via intellij by @falcon4ever in https://github.com/utopia-rise/godot-kotlin-jvm/pull/843
- Make required virtual methods abstract by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/826
- Add build action to patch macos engine build host by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/849
- Use stable file ordering when generating templates by @DSteve595 in https://github.com/utopia-rise/godot-kotlin-jvm/pull/852
- Normalize newlines to '\n' when generating templates by @DSteve595 in https://github.com/utopia-rise/godot-kotlin-jvm/pull/853
- Use binary Gradle distribution in project template by @DSteve595 in https://github.com/utopia-rise/godot-kotlin-jvm/pull/850
- GH-835 Fix enum registration by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/847
- Use vararg argument in string only methods by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/857
- Make GD singleton friendly to java by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/858
- Update to Godot 4.5 by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/859
- fix: Add java components to publications by @piiertho in https://github.com/utopia-rise/godot-kotlin-jvm/pull/873
- Fix jvm publication by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/874
New Contributors
- @signalno11 made their first contribution in https://github.com/utopia-rise/godot-kotlin-jvm/pull/828
- @falcon4ever made their first contribution in https://github.com/utopia-rise/godot-kotlin-jvm/pull/843
- @DSteve595 made their first contribution in https://github.com/utopia-rise/godot-kotlin-jvm/pull/852
Full Changelog: https://github.com/utopia-rise/godot-kotlin-jvm/compare/0.13.1-4.4.1...0.14.1-4.5.1