Skip to content

Missing dependency substitutions #3

@bpappin

Description

@bpappin

When importing live projects with dependency substitution, the the substituted projects are not visible and editable.

The point of doing this is so that you can manage the code in both at the same time.
The projects should show up under separate entries at the root, so they are easily distinguishable.

I usually use the Project Files view, because it shows them and shows the correct KMP folders.

Example import substitution:

includeBuild("../my-project-dir") {
    dependencySubstitution {
        substitute(module("com.example.core.thingy:core-thingy")).using(project(":core-thingy"))
    }
}

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