Closed laurentlb closed 7 years ago
Thanks, will fix.
Is there any plans of releasing a version with this fix? It's just prevents IntelliJ from building project at all, as there seem to be no way to tell IntelliJ to use the workaround param --incompatible_disallow_set_constructor=false
.
Workarounded by temporary specifying exact commit in git_repository() bazel rule.
@dlazerka 0.4.1 released.
When using the Kotlin rules with Bazel 0.6, I get this error:
Workaround is simple (specify
--incompatible_disallow_set_constructor=false
), but it would be nice to update the code. Ideally, it would build even with--all_incompatible_changes
. See https://docs.bazel.build/versions/master/skylark/backward-compatibility.html for background.Let me know if you need help.