Browse Source

Document that Kotlin inline classes are not supported

Closes gh-28642
pull/28652/head
Sébastien Deleuze 4 years ago
parent
commit
854307d8d8
  1. 2
      src/docs/asciidoc/languages/kotlin.adoc

2
src/docs/asciidoc/languages/kotlin.adoc

@ -30,6 +30,8 @@ and https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-reflect[`kotli
to be present on the classpath. They are provided by default if you bootstrap a Kotlin project on to be present on the classpath. They are provided by default if you bootstrap a Kotlin project on
https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io]. https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].
WARNING: Kotlin https://kotlinlang.org/docs/inline-classes.html[inline classes] are not yet supported.
NOTE: The https://github.com/FasterXML/jackson-module-kotlin[Jackson Kotlin module] is required NOTE: The https://github.com/FasterXML/jackson-module-kotlin[Jackson Kotlin module] is required
for serializing or deserializing JSON data for Kotlin classes with Jackson, so make sure to add the for serializing or deserializing JSON data for Kotlin classes with Jackson, so make sure to add the
`com.fasterxml.jackson.module:jackson-module-kotlin` dependency to your project if you have such need. `com.fasterxml.jackson.module:jackson-module-kotlin` dependency to your project if you have such need.

Loading…
Cancel
Save