Kotlin language bindings for the Godot Engine's GDNative API.
WARNING: These bindings are currently still under development
1.Clone the repository
git clone https://github.com/zerotwoone/godot-kotlin
2.Build libraries
./gradlew gdnative:build
3.Install klib into local repository
klib install gdnative/build/konan/libs/${ARCH}/gdnative.klib
Where ${ARCH} your architecture
ASAP