xxfast
02/05/2022, 6:13 AMopenapi-generator
to map date & date-time to kotlinx-datetime
?Mbt925
01/18/2023, 10:11 PMopenApiGenerate {
typeMappings.put("string+date-time", "Instant")
importMappings.put("Instant", "kotlinx.datetime.Instant")
}