Skip to content

0.13.1-4.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 17:38
a222268

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.

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

What's Changed

Full Changelog: 0.13.0-4.4.1...0.13.1-4.4.1