File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/starlark/core/repositories Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ _kt_toolchain = rule(
134
134
),
135
135
"language_version" : attr .string (
136
136
doc = "this is the -language_version flag [see](https://kotlinlang.org/docs/reference/compatibility.html)" ,
137
- default = "2.1 " ,
137
+ default = "2.0 " ,
138
138
values = [
139
139
"1.1" ,
140
140
"1.2" ,
@@ -151,7 +151,7 @@ _kt_toolchain = rule(
151
151
),
152
152
"api_version" : attr .string (
153
153
doc = "this is the -api_version flag [see](https://kotlinlang.org/docs/reference/compatibility.html)." ,
154
- default = "2.1 " ,
154
+ default = "2.0 " ,
155
155
values = [
156
156
"1.1" ,
157
157
"1.2" ,
Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ versions = struct(
57
57
sha256 = "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1" ,
58
58
),
59
59
KOTLIN_CURRENT_COMPILER_RELEASE = version (
60
- version = "2.1 .0" ,
60
+ version = "2.0 .0" ,
61
61
url_templates = [
62
62
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip" ,
63
63
],
64
- sha256 = "b6698d5728ad8f9edcdd01617d638073191d8a03139cc538a391b4e3759ad297 " ,
64
+ sha256 = "ef578730976154fd2c5968d75af8c2703b3de84a78dffe913f670326e149da3b " ,
65
65
),
66
66
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version (
67
- version = "2.1 .0-1.0.28 " ,
67
+ version = "2.0 .0-1.0.21 " ,
68
68
url_templates = [
69
69
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip" ,
70
70
],
71
- sha256 = "fc27b08cadc061a4a989af01cbeccb613feef1995f4aad68f2be0f886a3ee251 " ,
71
+ sha256 = "84100aed5b63effa992ce6574b3ba47d2dbb78529752daa4c181e203117ba7de " ,
72
72
),
73
73
ANDROID = version (
74
74
version = "a5e11f139ae25d93832e2604e1588bc97708d7e8" ,
You can’t perform that action at this time.
0 commit comments