Commit a20b95f
committed
Reverted Kotlin version to 2.2.21
- Kotlin only offers support for one version behind
- In that case, if the lib is running on 2.3, the users must be at least on 2.2
- As our goal is to support a wider range or versions, at least versions release ~1y in the past
- To achieve that goal, we will keep the kotlin version one version behind of latest stable
- In other words, when Kotlin is in 2.3.x we will use 2.2.x to have support for the 2.1.x version, which is roughly 1y old
- Ideally, we can bump to the next major when the .20 release is out for a larger lifecycle
- So when Kotlin release 2.4, we don't bump to 2.3 directly, we should wait until 2.4.20, and update to the 2.3.2x1 parent 718deef commit a20b95f
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments