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

Starting with rules_kotlin v1.9.2, I am unable to compile kotlin targets with 1.5GB of memory on my remote executors. Prior to v1.9.2, I was using v1.9.1 with no issues on...

Forgot to update this in the release MODULE.bazel https://github.com/bazelbuild/rules_kotlin/pull/1187

https://github.com/bazelbuild/platforms/releases/tag/0.0.10

Pointing builds at the latest stable release of Bazel https://github.com/bazelbuild/bazel/releases/tag/7.2.1

rules_kotlin version: 1.9.1 Bazel version: 5.4.1 I tried to update kotlin version to 2.0 in my project and got following error: ``` external/rules_kotlin/kotlin/compiler/BUILD.bazel:22:22: no such target '@com_github_jetbrains_kotlin//:lib/kotlin-stdlib-js.jar': target 'lib/kotlin-stdlib-js.jar' not...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3920#01900fc7-e6cb-4aaa-bf71-2c27285f1a16 Platform: Ubuntu Logs: ``` (04:23:42) ERROR: /var/lib/buildkite-agent/builds/bk-docker-cdhd/bazel-org-repo-root/rules_kotlin/kotlin/BUILD:39:12: Generating proto for Starlark doc for jvm failed: (Exit 1): jvm_stardoc failed: error executing Stardoc command (from target //kotlin:jvm) --   |...

1. Disable workspace test. 2. Set `.bazelrc` for examples that need specific flags. 3. Replace all existing integration tests with the new suites. 4. Fix the version check for later...

Hey folks, I noticed that the bundled ktlint version is quite a bit behind the latest (0.49.1 vs [1.3.0](https://github.com/pinterest/ktlint/releases/tag/1.3.0)) which causes quite a bit of a linting discrepancy. Do you...

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3934#019033d2-a3c8-4c92-837d-b29b9817cdf0 Platform: Ubuntu Logs: ``` ERROR: /var/lib/buildkite-agent/builds/bk-docker-v4r8/bazel-org-repo-root/rules_kotlin/kotlin/BUILD:39:12: Generating proto for Starlark doc for core failed: (Exit 1): core_stardoc failed: error executing Stardoc command (from target //kotlin:core) com.google.devtools.build.skydoc.SkydocMain$StarlarkEvaluationException: File /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/d4e8137e50b044619ec9686d4fc6cc5a/sandbox/linux-sandbox/272/execroot/rules_kotlin/bazel-out/k8-opt-exec-ST-a828a81199fe/bin/kotlin/core_stardoc.runfiles/rules_java_builtin/toolchains/toolchain_utils.bzl...