utopia-rise / godot-kotlin-jvm

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

Fix compilation of unit tests in modules with out gradle plugin #531

Closed chippmann closed 5 months ago

chippmann commented 10 months ago

Fixes #519

Defines our godot library as implementation so it can be used by test source sets as well. Wile the library get's added to the main jar as well, there are no conflicts with the one added by bootstrap jar.

chippmann commented 5 months ago

Closing as this will get resolved once we switch to ksp 2.0.0