Wonder if someone can help me sanity check my conclusions here: I am using custom Swagger OpenAPI codegen libraries on an Android and iOS project. I also have a business logic library which uses only those models in the exposed interfaces. What I'm trying to do is make that business logic library into a Kotlin/Native library while not also converting the Swagger codeGen to MPP right now. What I can't figure out is if it is possible to share these models across platforms without going to a Swagger MPP implementation