-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Currently, it is required to store the Godot and Kotlin projects in the same root directory. This approach leads to mixing configurations and directories of two different project types. While it is somewhat maintainable, it'd be convenient to be able to store both in entirely different folders. Consider the following:
dodge-the-creeps/
├── godot/
│ ├── project.godot
│ ├── main.tscn
│ └── ...
└── kotlin/
├── build.gradle.kts
├── src
└── ...
The clear separation allows to work with only related project files in IntelliJ and/or the Godot editor.
When running a Godot project with the Kotlin counterpart stored in a separate directory, the editor errors with a missing bootstrap file error:

Metadata
Metadata
Assignees
Labels
No labels