Skip to content

Conversation

sebastianv1
Copy link
Contributor

I noticed that the README.md didn't contain any details about bzlmod support + integration so thought it'd be nice to give it a small refresh.

It looked like the repo integration snippet was also out of date so I decided to point it at the releases page instead like many other rulesets do; however it required adding in some of the extra repo function calls. I updated the release prep script with this and left the existing WORKSPACE integration snippet for now until the next release is cut with those added function calls.

I noticed that the `README.md` didn't contain any details about bzlmod support + integration so thought it'd be nice to give it a small refresh.

It looked like the repo integration snippet was also out of date so I decided to point it at the releases page instead like many other rulesets do; however it required adding in some of the extra repo function calls. I updated the release prep script with this and left the existing `WORKSPACE` integration snippet for now until the next release is cut with those added function calls.

### `MODULE.bazel`
```python
rules_kotlin_extensions = use_extension("@rules_kotlin//src/main/starlark/core/repositories:bzlmod_setup.bzl", "rules_kotlin_extensions")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really need to just split these up into internal and external so that kotlinc and ksp aren't bundled up with rest of the kotlinx deps.

@Bencodes Bencodes merged commit c1f6d80 into bazelbuild:master Apr 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants