Closed Humberd closed 3 years ago
Nice catch. We also have another similar issue, the current Kotlin project setup for Godot Kotlin doesn't allow it to be put as a gradle subproject.
To be honest I didn't even realize that the ModuleBuilder I implemented does not just function as a ProjectWizard, but also as a model creation wizard (now also the name makes sense to me ^^). So yeah the case was never checked. Nice catch indeed.
@CedNaru Just a moment ago I've managed to make it running as a gradle subproject while using a sibling library.
@CedNaru Just a moment ago I've managed to make it running as a gradle subproject while using a sibling library.
Yeah for that case we have a documentation page but just the project/module wizard does not accommodate this case.
https://godot-kotl.in/en/latest/advanced/custom_gradle_wrapper_path/
Just the gradle wrapper path setting is not yet in a release. Corresponding PR: #159
Steps:
Expected result: All the files created inside "D:\Repositories\random_project\client-jvm"
Actual result: All the project files are not inside "D:\Repositories\random_project\client-jvm", but rather "D:\Repositories\random_project"