godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Godot Kotlin JVM Module

Results 183 godot-kotlin-jvm issues
Sort by recently updated
recently updated
newest added

Currently, it is required to store the Godot and Kotlin projects in the same root directory. This approach leads to mixing configurations and directories of two different project types. While...

So far we have ignored the "isRequired" field for methods. This property is always used alongside virtual methods and indicate that if you inherit its class with a script, it's...

For example, here is a simple class with a method that returns enum `Error` ![Image](https://github.com/user-attachments/assets/f9b64c82-e027-448f-9000-6698a0f376bf) Registrator output ![Image](https://github.com/user-attachments/assets/0e5ec3fc-dfcd-4e57-a37e-ab60d7ca2a34) In this line `function(Foo::bar, OBJECT, KtFunctionArgument(OBJECT, "godot.core.Error"), KtRpcConfig(DISABLED.id.toInt(), false, RELIABLE.id.toInt(), 0))`

ScriptLanguage API is slightly modified: https://github.com/godotengine/godot/pull/106374/files

While reworking callables, I noticed that the way we two classes we use for registering scripts methods to Godot and for custom callables are extremely similar. They both use ParameterReader...

Exporting an iOS app in the latest version (v0.13.1) leads to various errors and warnings. 1) When exporting an iOS app in Godot, the following error is produced ``` ERROR:...

Far far from ready, just putting it there for visibility