Skip to content

Projects from outside the root folder are not shown #8

@MFlisar

Description

@MFlisar

Description

Android View - this one works

Image

"app" and "toolbox" modules are visible.

KMP Project View - does NOT work

Image

As you can see the complete "toolbox" project is missing

How to reproduce

Simply add modules from outside of the projects root folder like e.g.:

// settings.gradle.kts

fun includeModule(path: String, name: String) {
    include(name)
    project(name).projectDir = file(path)
}

fun includeToolbox(relativePath: String, name: String) {
    includeModule("..\\..\\11 - libs (mine)\\Toolbox\\$relativePath", name)
}

includeToolbox("library", ":toolbox")
includeToolbox("library\\modules", ":toolbox:modules")
includeToolbox("library\\core", ":toolbox:core")
includeToolbox("library\\app", ":toolbox:app")
includeToolbox("library\\modules\\ui", ":toolbox:modules:ui")
includeToolbox("library\\modules\\zip", ":toolbox:modules:zip")
includeToolbox("library\\modules\\csv", ":toolbox:modules:csv")
includeToolbox("library\\modules\\backup", ":toolbox:modules:backup")
includeToolbox("library\\modules\\service", ":toolbox:modules:service")
includeToolbox("library\\modules\\form", ":toolbox:modules:form")
includeToolbox("library\\modules\\table", ":toolbox:modules:table")
includeToolbox("library\\modules\\proversion", ":toolbox:modules:proversion")
includeToolbox("library\\modules\\ads", ":toolbox:modules:ads")
includeToolbox("library\\modules\\room", ":toolbox:modules:room")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions