Skip to content

could not load module when using local_path_override #130

@oscarthecat

Description

@oscarthecat

bazel_dep(name = "rules_kotlin_mobile", version = "0.0.1")
local_path_override(
module_name = "rules_kotlin_mobile",
path = "../",
)

then
time="2024-02-28T16:29:30+08:00" level-warning msg="could not load module "@rules_kotlin_mobile//rules/gradle:gradle_project_generator.bzl": pc
error: code = NotFound desc = module not found"

time="2024-02-28T16:29:30+08:00" level=warning msg="could not load remote module: @rules_kotlin_mobile//rules/gradle:gradle_project_generator.bzl"

and any rules defined in rules_kotlin_mobile is invisible for debugger.

Any way to fix this? thanks in advance.

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