Skip to content

0.14.3-4.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Oct 17:59

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.

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

What's Changed

New Contributors

Full Changelog: 0.13.1-4.4.1...0.14.1-4.5.1