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
- Don't inline bitfields by @CedNaru in #820
- Improve Gradle Task Runner by @CedNaru in #819
- Remove explicit registration entry copy as it creates a duplicate entry by @chippmann in #822
- Update to 0.13.1 by @CedNaru in #821
Full Changelog: 0.13.0-4.4.1...0.13.1-4.4.1