We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b143ce commit c014cd8Copy full SHA for c014cd8
java/kotlin-extractor/deps.bzl
@@ -76,7 +76,7 @@ def _get_default_version(repository_ctx):
76
kotlin_plugin_versions = repository_ctx.path(Label("//java/kotlin-extractor:current_kotlin_version.py"))
77
python = repository_ctx.which("python3") or repository_ctx.which("python")
78
env = {}
79
- repository_ctx.watch(Label("//java/kotlin-extractor/deps:dev/.kotlinc_selected_version"))
+ repository_ctx.watch(Label("//java/kotlin-extractor/deps:dev/.kotlinc_version"))
80
if not repository_ctx.which("kotlinc"):
81
# take default from the kotlinc wrapper
82
path = repository_ctx.getenv("PATH")
0 commit comments