-
Hello, Does is mean that I need to specify it explicitly in my pom? And what about |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
/cc @FroMage (resteasy-reactive), @Sgitario (resteasy-reactive), @evanchooly (kotlin), @geoand (kotlin,resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
Beta Was this translation helpful? Give feedback.
-
Where exactly did you see that? |
Beta Was this translation helpful? Give feedback.
-
Quarkus will automatically add
|
Beta Was this translation helpful? Give feedback.
Quarkus will automatically add
quarkus-resteasy-reactive-kotlin
ifquarkus-kotlin
andquarkus-resteasy-reactive
are present.quarkus-resteasy-reactive-kotlin-serialization
brings in both and adds Kotlin serialization support