Skip to content

v1.9.5-uber

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 01:00
· 10 commits to uber since this release

Release notes for v1.9.5-uber

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_kotlin", version = "1.9.5-uber")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_kotlin",
    sha256 = "97150cae2f418fbc98b20c59f4caaf22b88724dcdcbfaef385296e73c8cc150a",
    url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.5-uber/rules_kotlin-v1.9.5-uber.tar.gz",
)


**Full Changelog**: https://github.com/uber-common/rules_kotlin/commits/v1.9.5-uber