utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
613 stars 44 forks source link

CPP reloading #621

Open CedNaru opened 5 months ago

CedNaru commented 5 months ago

The user code is now reloaded from the C++ code. This doesn't get rid of the boostrap yet. For now it's just moving the new jar detection and usercode loading from Kotlin to C++.