v1.9.5-uber-rules_android2
Pre-release
Pre-release
github-actions
released this
12 Aug 23:10
·
5 commits
to uber
since this release
Release notes for v1.9.5-uber-rules_android2
Using Bzlmod with Bazel 6
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_kotlin", version = "1.9.5-uber-rules_android2")
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 = "e1aa12c2c2a093e136f648e4b4225959dc718f9f664de1c7122b8e8f0a28d2b9",
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.5-uber-rules_android2/rules_kotlin-v1.9.5-uber-rules_android2.tar.gz",
)
**Full Changelog**: https://github.com/uber-common/rules_kotlin/compare/v1.9.5-uber-rules_android...v1.9.5-uber-rules_android2