Description
OpenAPI generator v7.16 suddenly starts generating kotlin.time.Instant properties within data classes, however this is an experimental class that must be annotated with '@kotlin.time.ExperimentalTime'. Since it is not annotated with that annotation, compilation of the generated source code fails
openapi-generator version
7.16.0
Reproducer
git clone https://gitlab.com/rug-digitallab/resources/docker-kotlin.git
git checkout renovate/openapigeneratorversion
- Observe failure when running
./gradlew assemble