New minor release for Godot Kotlin based on Godot 4.5.1.
Fixes:
- Typed Array in JVM scripts no longer lose their type after rebuilding project.
- Boostrap.jar is now properly generate and loaded the first time you build your project.
- API methods with vararg argument behave properly.
- Registering methods with an enum return now works.
- ServiceLoader can now find dependancies in user co...