We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3401359 commit 854307dCopy full SHA for 854307d
src/docs/asciidoc/languages/kotlin.adoc
@@ -30,6 +30,8 @@ and https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-reflect[`kotli
30
to be present on the classpath. They are provided by default if you bootstrap a Kotlin project on
31
https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].
32
33
+WARNING: Kotlin https://kotlinlang.org/docs/inline-classes.html[inline classes] are not yet supported.
34
+
35
NOTE: The https://github.com/FasterXML/jackson-module-kotlin[Jackson Kotlin module] is required
36
for serializing or deserializing JSON data for Kotlin classes with Jackson, so make sure to add the
37
`com.fasterxml.jackson.module:jackson-module-kotlin` dependency to your project if you have such need.
0 commit comments