Skip to content

Commit 10cc9e6

Browse files
committed
Update README
1 parent f796151 commit 10cc9e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,14 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
129129
Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions.
130130
Here is an incomplete list of supported versions:
131131

132+
* Jackson 2.17.x: Kotlin-core 1.7 - 2.0
132133
* Jackson 2.16.x: Kotlin-core 1.6 - 1.9
133134
* Jackson 2.15.x: Kotlin-core 1.5 - 1.8
134135
* Jackson 2.14.x: Kotlin-core 1.4 - 1.8
135136
* Jackson 2.13.x: Kotlin-core 1.4 - 1.7
136137

138+
Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
139+
137140
## Android
138141
Supported Android SDK versions are determined by `jackson-databind`.
139142
Please see [this link](https://github.com/FasterXML/jackson-databind#android) for details.

0 commit comments

Comments
 (0)