Skip to content

Commit

Permalink
Test fixes to rules_kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumesky committed Feb 14, 2025
1 parent ac6ec13 commit c97dd30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_kotlin",
version = "2.0.0",
version = "2.1.0",
)
bazel_dep(
name = "rules_shell",
Expand All @@ -44,6 +44,12 @@ bazel_dep(
repo_name = "io_bazel_stardoc",
)

git_override(
module_name = "rules_kotlin",
remote = "https://github.com/ahumesky/rules_kotlin.git",
commit = "d9461b24ca278a44bd65df98cd53f78cd132c22b",
)

# Remove this once rules_android has rolled out official Bzlmod support
remote_android_extensions = use_extension("@bazel_tools//tools/android:android_extensions.bzl", "remote_android_tools_extensions")
use_repo(remote_android_extensions, "android_gmaven_r8", "android_tools")
Expand Down

0 comments on commit c97dd30

Please sign in to comment.