utopia-rise / godot-kotlin-jvm

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

Issues with IntelliJ plugin 0.8.0 #557

Closed LukasVykuka closed 6 months ago

LukasVykuka commented 6 months ago

After creating Godot project via IntelliJ plugin icon.svg is not created.

Also suspicious is that dependency on debug variant of library is created (godot-library-debug-0.8.0-4.2.0.jar vs godot-library-0.7.2-4.1.2.jar). image

piiertho commented 6 months ago

Debug and release variant of godot-library is new with this release. In debug you have extra checks.

https://godot-kotl.in/en/0.8.0-4.2.0/user-guide/compiling-your-project/

This should not have link with svg issue.