Skip to content

Commit 854307d

Browse files
committed
Document that Kotlin inline classes are not supported
Closes gh-28642
1 parent 3401359 commit 854307d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/asciidoc/languages/kotlin.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ and https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-reflect[`kotli
3030
to be present on the classpath. They are provided by default if you bootstrap a Kotlin project on
3131
https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].
3232

33+
WARNING: Kotlin https://kotlinlang.org/docs/inline-classes.html[inline classes] are not yet supported.
34+
3335
NOTE: The https://github.com/FasterXML/jackson-module-kotlin[Jackson Kotlin module] is required
3436
for serializing or deserializing JSON data for Kotlin classes with Jackson, so make sure to add the
3537
`com.fasterxml.jackson.module:jackson-module-kotlin` dependency to your project if you have such need.

0 commit comments

Comments
 (0)