Note
The project is still in development. This is not ready for anything yet.
- Clone the repository.
- Run
./gradlew assembleto compile the project.
- After compiling the project, copy the
kotlin-native/sample/build/binfolder tomi-juego-prueba/addons/gdkotlin-native - Run the
mi-juego-pruebaproject with Godot v4.6.1
- Currently only tested on Linux. I hope to test on Windows and macOS soon.
- You can change the code of the sample project, but only API calls can be performed. Custom code is not supported yet.
- If you have problems with the Godot project, delete the
.uidfile ofaddons/gdkotlin-native.
- Java 25 SE – Foreign Function and Memory API
- Kotlin/Native Guide
- More info in the docs folder.