mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
* Support nullable `org.springframework.web.multipart.MultipartFile` in Kotlin Spring generator - nullable is only supported for MultipartFile. However, Array<MultipartFile> could be also nullable * Support nullable `org.springframework.web.multipart.MultipartFile` in Kotlin Spring generator * Support nullable `org.springframework.web.multipart.MultipartFile` in Kotlin Spring generator Update kotlin-spring-additionalproperties samples