Skip to content

Commit

Permalink
Add missing 1.8 language_version to toolchains.bzl (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Jan 25, 2023
1 parent 2c09da2 commit fe9c503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin/internal/toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ _kt_toolchain = rule(
"1.5",
"1.6",
"1.7",
"1.8",
],
),
"api_version": attr.string(
Expand Down

0 comments on commit fe9c503

Please sign in to comment.