You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,18 @@ This project makes several disruptive changes to achieve more `Kotlin-like` beha
34
34
Details are summarized in [KogeraSpecificImplementations](./docs/KogeraSpecificImplementations.md).
35
35
36
36
# Compatibility
37
-
-`jackson 2.15.0`
37
+
-`jackson 2.16.x`
38
38
-`Java 8+`
39
-
-`Kotlin 1.7.21+`
39
+
-`Kotlin 1.8.22+`
40
40
41
41
## About compatibility checks
42
42
Compatibility checks for `Java` and `Kotlin` are done by `CI` grid tests.
43
43
44
44
The `Java` test covers all currently supported LTS versions and the latest versions.
45
45
Currently 8,11,17 and 20 are covered.
46
46
47
-
`Kotlin` is tested on the latest patch version and the latest `Beta` or `RC` version within each minor version since 1.7.21.
48
-
Currently 1.7.21 and 1.9.20-Beta are covered.
49
-
I hope to lower this version in the future, but currently the minimum `Kotlin` version that can be supported is 1.7 due to `kotlinx-metadata-jvm` constraints.
47
+
`Kotlin` is tested with the latest patch version and the latest `Beta` or `RC` version within each minor version after the minimum version.
48
+
The `Kotlin` version is the lowest version available with the latest `kotlinx-metadata-jvm`.
50
49
51
50
# Installation
52
51
The package is temporarily published in `JitPack`.
0 commit comments