Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
godot-kotlin-jvm_editor_linuxbsd_x86_64_debug_0.13.1-4.4.1.zip | 2025-04-23 | 601.7 MB | |
godot-kotlin-jvm_export_templates_0.13.1-4.4.1.tpz | 2025-04-23 | 625.2 MB | |
godot-kotlin-jvm_editor_windows_x86_64_debug_0.13.1-4.4.1.zip | 2025-04-23 | 232.7 MB | |
godot-kotlin-jvm_editor_windows_x86_64_release_0.13.1-4.4.1.zip | 2025-04-23 | 67.1 MB | |
godot-kotlin-jvm_editor_linuxbsd_x86_64_release_0.13.1-4.4.1.zip | 2025-04-23 | 67.2 MB | |
godot-kotlin-jvm_editor_macos_universal_debug_0.13.1-4.4.1.zip | 2025-04-23 | 125.5 MB | |
godot-kotlin-jvm_editor_macos_universal_release_0.13.1-4.4.1.zip | 2025-04-23 | 122.5 MB | |
0.13.1-4.4.1 source code.tar.gz | 2025-04-23 | 10.5 MB | |
0.13.1-4.4.1 source code.zip | 2025-04-23 | 12.2 MB | |
README.md | 2025-04-23 | 1.2 kB | |
Totals: 10 Items | 1.9 GB | 0 |
New patch release for Godot Kotlin
Fix: - Editor won't complain about missing bootstrap anymore. - Android exports don't create duplicated resources anymore. - BitFields/Enums from the Godot API is now visible to Java.
Changes: - The Gradle build button has been improved and now stream the text of the currently running task instead of only displaying everything at once at the end. - You can generate the embedded JVM from the editor using the same improved Gradle button.
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.1-4.4.1"
}
What's Changed
- Don't inline bitfields by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/820
- Improve Gradle Task Runner by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/819
- Remove explicit registration entry copy as it creates a duplicate entry by @chippmann in https://github.com/utopia-rise/godot-kotlin-jvm/pull/822
- Update to 0.13.1 by @CedNaru in https://github.com/utopia-rise/godot-kotlin-jvm/pull/821
Full Changelog: https://github.com/utopia-rise/godot-kotlin-jvm/compare/0.13.0-4.4.1...0.13.1-4.4.1