utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
585 stars 38 forks source link

feat: Add iOS support #471

Closed piiertho closed 1 year ago

piiertho commented 1 year ago

Modify cpp code to not load dynamic library on ios.
Add task to gradle plugin to build a graal native image static library for iOS.
Add ios export to export plugin. Add github actions for building ios (tested here: https://github.com/piiertho/godot-kotlin-jvm/releases/tag/untagged-e6221360690349482e54).