Skip to content

0.15.0-4.6

Choose a tag to compare

@github-actions github-actions released this 18 Apr 06:31
d83fef6

The files prefixed with godot-kotlin-jvm_editor_ are the editors.
release editors are the editors you use normally. debug editors provide debug symbols and are intended to provide better stacktraces in case of crashes of the editor. Please use those when submitting bugreports.

godot-kotlin-jvm_export_templates_0.15.0-4.6.tpz is the archive for all export templates . See exporting documentation on how to use it.

Changelog:

Targets Godot 4.6. Update your Gradle plugin version:

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

⚠️ Breaking Changes

  • Multi-argument constructors are no longer supported. ([#879](#879))

✨ New Features

  • Scala support (initial) – The binding now has initial support for Scala as a JVM language. ([#761](#761), [#888](#888))
  • Godot 4.6 – The module has been updated to target Godot 4.6. ([#895](#895))

🐛 Bug Fixes

  • Fixed path validation logic when determining whether a path was valid. ([541b9d7](541b9d7))

🔧 Internal / CI

  • Updated the MoltenVK build runner. ([#889](#889))

Contributors

@piiertho · @CedNaru · @chippmann

Full diff: 0.14.3-4.5.1...0.15.0-4.6