We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff328d6 commit 4e798b3Copy full SHA for 4e798b3
MODULE.bazel
@@ -218,6 +218,7 @@ use_repo(
218
"kotlin-compiler-2.0.0-RC1",
219
"kotlin-compiler-2.0.20-Beta2",
220
"kotlin-compiler-2.1.0-Beta1",
221
+ "kotlin-compiler-2.1.20-Beta1",
222
"kotlin-compiler-embeddable-1.5.0",
223
"kotlin-compiler-embeddable-1.5.10",
224
"kotlin-compiler-embeddable-1.5.20",
@@ -232,6 +233,7 @@ use_repo(
232
233
"kotlin-compiler-embeddable-2.0.0-RC1",
234
"kotlin-compiler-embeddable-2.0.20-Beta2",
235
"kotlin-compiler-embeddable-2.1.0-Beta1",
236
+ "kotlin-compiler-embeddable-2.1.20-Beta1",
237
"kotlin-stdlib-1.5.0",
238
"kotlin-stdlib-1.5.10",
239
"kotlin-stdlib-1.5.20",
@@ -246,6 +248,7 @@ use_repo(
246
248
"kotlin-stdlib-2.0.0-RC1",
247
249
"kotlin-stdlib-2.0.20-Beta2",
250
"kotlin-stdlib-2.1.0-Beta1",
251
+ "kotlin-stdlib-2.1.20-Beta1",
252
)
253
254
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
java/kotlin-extractor/versions.bzl
@@ -14,6 +14,7 @@ VERSIONS = [
14
"2.0.0-RC1",
15
"2.0.20-Beta2",
16
"2.1.0-Beta1",
17
+ "2.1.20-Beta1",
18
]
19
20
def _version_to_tuple(v):
0 commit comments