Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
godot-kotlin-jvm_editor_linuxbsd_x86_64_debug_0.12.3-4.4.1.zip | 2025-03-28 | 811.6 MB | |
godot-kotlin-jvm_export_templates_0.12.3-4.4.1.tpz | 2025-03-28 | 625.5 MB | |
godot-kotlin-jvm_editor_windows_x86_64_debug_0.12.3-4.4.1.zip | 2025-03-28 | 245.5 MB | |
godot-kotlin-jvm_editor_macos_universal_debug_0.12.3-4.4.1.zip | 2025-03-28 | 138.2 MB | |
godot-kotlin-jvm_editor_macos_universal_release_0.12.3-4.4.1.zip | 2025-03-28 | 135.2 MB | |
godot-kotlin-jvm_editor_linuxbsd_x86_64_release_0.12.3-4.4.1.zip | 2025-03-28 | 81.5 MB | |
godot-kotlin-jvm_editor_windows_x86_64_release_0.12.3-4.4.1.zip | 2025-03-28 | 79.8 MB | |
0.12.3-4.4.1 source code.tar.gz | 2025-03-28 | 10.4 MB | |
0.12.3-4.4.1 source code.zip | 2025-03-28 | 12.1 MB | |
README.md | 2025-03-28 | 1.6 kB | |
Totals: 10 Items | 2.1 GB | 0 |
Update to Godot 4.4.1 for Godot Kotlin
Features:
- You can now pass several JVM arguments to your project. See command-line section in the documentation.
- Godot Object now has core methods like _set, _get, getPropertyList, _toString, etc...
Fixes : - Native core type should no longer leak. - Fix crash when using new PackedVectorArray batch conversion - Exports are no longer missing internal package
Don't forget to change your build.gradle configuration with the following line.
:::kt
plugins {
id("com.utopia-rise.godot-kotlin-jvm") version "0.12.3-4.4.1"
}
What's Changed
- Fix PackedVectorArray allocation by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/793
- Remove old patch by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/791
- Add missing core Object methods. by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/792
- Implement multiple custom jvm arguments. by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/794
- Call variant destructor by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/796
- Include internal module in bootstrap generation. by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/797
- Add typing to JVM containers from buffer. by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/795
- Update to Godot 4.4.1 by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/798
Full Changelog: https://github.com/utopia-rise/godot-kotlin-jvm/compare/0.12.2-4.4...0.12.3-4.4.1