Jachym Metlicka
Jachym Metlicka
This PR fixes many identified issues with improper escaping of dollar symbol in open api spec. In kotlin, `$` has a special meaning in strings and thus needs to be...
### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
This PR fixes the issue where non-required attributes with defined `default` values are still generated as nullable in kotlin classes. These should be instead treated as non-nullable as the default...