Skip to content

Commit fe9c503

Browse files
authored
Add missing 1.8 language_version to toolchains.bzl (#923)
1 parent 2c09da2 commit fe9c503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin/internal/toolchains.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ _kt_toolchain = rule(
128128
"1.5",
129129
"1.6",
130130
"1.7",
131+
"1.8",
131132
],
132133
),
133134
"api_version": attr.string(

0 commit comments

Comments
 (0)