-
Notifications
You must be signed in to change notification settings - Fork 951
Open
Labels
Description
As a follow-up of spring-projects/spring-boot#46546, after Spring Boot 4.0.0.M3
has been released, would it be possible to add a Kotlin Serialization entry on start.spring.io for Spring Boot 4+ project using Kotlin language?
When this entry is selected, spring-boot-starter-kotlin-serialization
would be added to the dependencies and spring.http.converters.preferred-json-mapper=kotlin-serialization
would be set in the generated application.properties
.
This would be a very valuable improvement for Kotlin DevXP.