utopia-rise / godot-kotlin-jvm

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

Improve ksp error handling upon compilation issues #607

Closed chippmann closed 2 months ago

chippmann commented 2 months ago

This improves error handling if code of the user does not compile.

Before we only handled compilation errors at class level but with this we nod also handle errors on members we care about.