You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Failed to load Starlark extension '@io_bazel_rules_kotlin_configured//kotlin:opts.bzl'.
Cycle in the workspace file detected. This indicates that a repository is used prior to being defined.
The following chain of repository dependencies lead to the missing definition.
- @io_bazel_rules_kotlin_configured
This could either mean you have to add the '@io_bazel_rules_kotlin_configured' repository with a statement like `http_archive` in your WORKSPACE file (note that transitive dependencies are not added automatically), or move an existing definition earlier in your WORKSPACE file.
ERROR: cycles detected during target parsing
My workspace is similar to jetpack compose example, but using latest stable compose version. I tried with custom and default toolchains, result is the same.
The text was updated successfully, but these errors were encountered:
It turned out I had load("@io_bazel_rules_kotlin//kotlin:core.bzl", "kt_register_toolchains") in my WORKSPACE before calling kotlin_repositories. Since I use custom kotlin release, I removed the line and now error gone. I'm closing the issue.
After upgrading to 1.5.0-beta-4 I'm getting:
My workspace is similar to jetpack compose example, but using latest stable compose version. I tried with custom and default toolchains, result is the same.
The text was updated successfully, but these errors were encountered: