Skip to content

Allow separating Godot project from Kotlin project #837

@tomwyr

Description

@tomwyr

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:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions