rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Bazel rules for Kotlin

Results 243 rules_kotlin issues
Sort by recently updated
recently updated
newest added

This was removed with bazel 8.x and exists in rules_android now

Is there any plans to support Kotlin/Wasm JS (equivalent to `wasmJs` target in the Kotlin Gradle Plugin)?

Migration to [Automatic Exec Groups](https://bazel.build/extending/auto-exec-groups) (AEGs) is needed since its incompatible flag (--incompatible_auto_exec_groups) will be enabled for Bazel@Head by default next week (week of 14th of October), thus it will...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4170#019255c7-9a45-43d2-aa96-2f1970156c5e Platform: Ubuntu Logs: ``` ERROR: While parsing option --toolchain_resolution_debug --remote_download_toplevel: Failed to build filter: value looks like another flag (--remote_download_toplevel). Either escape the value with "\-\-", or pass...

I had made this addition with #1167, which addressed at the time a class load conflict with an internal KSP plugin we have. This did not solve all of our...

First of all I think we should check the `exec_result` at this [line](https://github.com/bazelbuild/rules_kotlin/blob/b076b4acbf06bc3833e9f70ee11e5a93afa77ab8/src/main/starlark/core/repositories/ksp.bzl#L23) since it's quite common that `mv` would fail. ``` result = repository_ctx.execute(args, quiet = False) if result.return_code...

status: open - in progress

**Description:** This issue proposes transferring the rules_kotlin repository from the `bazelbuild` GitHub organization to the `bazel-contrib` GitHub organization, which is owned by the [Community for Bazel](https://github.com/bazel-contrib/.github/blob/master/Community%20for%20Bazel%20Technical%20Charter.pdf) project under the Linux...