Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kotlin): support primitive array types #750

Merged

Conversation

codymikol
Copy link
Contributor

@codymikol codymikol commented Sep 3, 2020

Description

Currently the kotlin generator is unaware of the primitive array types. This adds all of them pulled from the official Arrays.ky file in the kotlin repo https://github.com/JetBrains/kotlin/blob/master/core/builtins/native/kotlin/Arrays.kt

Fixes #749

Commit Body

this will prevent them from being incorrectly
imported as non existing swagger models

Fixes N/A

this will prevent them from being incorrectly
imported as non existing swagger models

Fixes N/A
@HugoMario
Copy link
Contributor

thanks @codymikol !!

@HugoMario HugoMario merged commit 3fd5cd3 into swagger-api:master Sep 3, 2020
@codymikol
Copy link
Contributor Author

Thanks for getting it in so quick @HugoMario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Kotlin] - No support for primitive array types
2 participants