FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.12k stars 175 forks source link

Determine the `Kotlin` version to be used with `jackson-module-kotlin 2.17` #737

Closed k163377 closed 6 months ago

k163377 commented 9 months ago

Currently, we plan to use Kotlin 1.7.x for 2.17. On the other hand, depending on the release date of 2.17, the deprecation of Kotlin 1.7.x may be too close.

Therefore, we will decide which Kotlin version to use in the 2.17 branch depending on the situation.

memo: If 1.8.x is used, the following description needs to be modified https://github.com/FasterXML/jackson-module-kotlin/blob/0cd8a7e63e6a0ea707abcd975359f0c6eb91ef64/README.md?plain=1#L132

k163377 commented 6 months ago

Since Kotlin 2.0 was not released, the current version will be used.