File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/docs/asciidoc/languages Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ and https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-reflect[`kotli
30
30
to be present on the classpath. They are provided by default if you bootstrap a Kotlin project on
31
31
https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].
32
32
33
+ WARNING: Kotlin https://kotlinlang.org/docs/inline-classes.html[inline classes] are not yet supported.
34
+
33
35
NOTE: The https://github.com/FasterXML/jackson-module-kotlin[Jackson Kotlin module] is required
34
36
for serializing or deserializing JSON data for Kotlin classes with Jackson, so make sure to add the
35
37
`com.fasterxml.jackson.module:jackson-module-kotlin` dependency to your project if you have such need.
You can’t perform that action at this time.
0 commit comments