godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Fix compilation of unit tests in modules with out gradle plugin

Open chippmann opened this issue 2 years ago • 0 comments

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 avatar Nov 01 '23 17:11 chippmann