0.7.2-4.1.2
New bug fix 0.7.2-4.1.2 release for Godot Kotlin.
- Fix calls to API methods with more than 8 arguments.
- Clarifications in documentation for IOS export
Don't forget to change your build.gradle configuration with the following line:
plugins {
id("com.utopia-rise.godot-kotlin-jvm") version "0.7.2-4.1.2"
}
The files prefixed with godot-kotlin-jvm_editor_
are the editors.
godot-kotlin-jvm_export_templates_0.7.2-4.1.2.tpz
is the archive for all export templates . See exporting documentation on how to use it.
What's Changed
- Increase MAX_FUNCTION_ARG_COUNT to 16. by @CedNaru in #515
- fix(docs): warning formatting and gradle snippet for ios documentation by @piiertho in #516
Full Changelog: 0.7.1-4.1.2...0.7.2-4.1.2