0.7.1-4.1.2
New bug fix 0.7.1-4.1.2 release for Godot Kotlin.
- Fix calls to API methods using bitfield enums as parameter or return type.
- Local copy check is back in the Intellij plugin, it will warn you when writing to local copies of coretypes instead of assigning to the actual variable.
- Intellij plugin warning when using an outdated version is fixed.
- IOS export is fixed. Remember that the IOS is still experimental and requires GraalVM native image.
Don't forget to change your build.gradle configuration with the following line:
plugins {
id("com.utopia-rise.godot-kotlin-jvm") version "0.7.1-4.1.2"
}
The files prefixed with godot-kotlin-jvm_editor_
are the editors.
godot-kotlin-jvm_export_templates_0.7.1-4.1.2.tpz
is the archive for all export templates . See exporting documentation on how to use it.
What's Changed
- fix(gradle-plugin): add star projection on command line to build ios native image by @piiertho in #507
- Core type checks and error reporting improvements by @chippmann in #511
- Rewind() called early in TransferContext by @CedNaru in #512
- fix(api-gen): set right variant type for bitfield types by @piiertho in #513
Full Changelog: 0.7.0-4.1.2...0.7.1-4.1.2