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.