Skip to content

Commit

Permalink
bazel: Target Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jan 16, 2024
1 parent 5e758dd commit d23f985
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,14 @@ http_archive(
#
# These go last since we override a bunch of them.

load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")
load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "kotlinc_version")

kotlin_repositories()
kotlin_repositories(
compiler_release = kotlinc_version(
release = "1.9.22",
sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6",
)
)

load("@io_bazel_rules_kotlin//kotlin:core.bzl", "kt_register_toolchains")

Expand Down

0 comments on commit d23f985

Please sign in to comment.