utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

Fix template project and ide banner showing indefinitely on gradle sync failure #532

Closed chippmann closed 9 months ago

chippmann commented 10 months ago

This fixes our template project by changing the expected type of windowsDeveloperVCVarsPath from string to a file property. This makes it more in line with our other properties with similar usages.

This also fixes the banner which is displayed when our ide plugin is not setup in the case of a gradle sync failure.