Skip to content

Commit ebd6e3d

Browse files
committed
Add Kotlin 2.1
1 parent 9f6ea17 commit ebd6e3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dep_build_v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Versions need to align with ones in 'main.yml' workflow
1919
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
2020
# https://youtrack.jetbrains.com/issue/KT-65156
21-
kotlin_version: ['1.8.10', '1.9.24', '2.0.21']
21+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:

.github/workflows/dep_build_v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Versions need to align with ones in 'main.yml' workflow
1919
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
2020
# https://youtrack.jetbrains.com/issue/KT-65156
21-
kotlin_version: ['1.8.10', '1.9.24', '2.0.21']
21+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java_version: ['8', '11', '17', '21', '23']
3131
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
3232
# https://youtrack.jetbrains.com/issue/KT-65156
33-
kotlin_version: ['1.8.10', '1.9.24', '2.0.21']
33+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
3434
include:
3535
- java_version: '8'
3636
kotlin_version: '1.8.10'

0 commit comments

Comments
 (0)