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.
As a follow-up of spring-projects/spring-boot#46546, after Spring Boot
4.0.0.M3has 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-serializationwould be added to the dependencies andspring.http.converters.preferred-json-mapper=kotlin-serializationwould be set in the generatedapplication.properties.This would be a very valuable improvement for Kotlin DevXP.