godot-kotlin-jvm
godot-kotlin-jvm copied to clipboard
Fix compilation of unit tests in modules with out gradle plugin
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.