utopia-rise / godot-kotlin-jvm

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

Add warning for invalid jvm scripts #611

Closed CedNaru closed 2 months ago

CedNaru commented 2 months ago

When the project is not build, or at least not rebuilt after adding new scripts or checking out your project, it's easy to use invalid scripts. This PR adds a warning to nodes with invalid jvm scripts.

image