Hi there! We are using Kotlin Multiplatform to sha...
# multiplatform
m
Hi there! We are using Kotlin Multiplatform to share an API generated by OpenAPI (with kotlin multiplatform template). Many of the fields by the backend are nullable, so that seems to be the reason why Kotlin uses types like
KotlinBoolean
et al. instead of using the primitive swift type. That makes the consuming iOS Swift code harder to write and read. What’s the status on better support here, and what options do I have right now to improve this?
plus1 1