utopia-rise / godot-kotlin-jvm

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

Source files should be empty after export. #591

Closed CedNaru closed 3 months ago

CedNaru commented 3 months ago

With #579, source files are coming back to Godot Kotin as useable scripts. It also means they will get exported alongside the game. To avoid exposing source code that is not even necessary to run the code (the files are only markers at this point), we should update the export plugin so it removes all the content inside Kotlin and Java files.