How to add iOS frameworks to Kotlin Multiplatform Library using cocoapods and cinteropt.
Hey everyone! As developers we always making up problems to ourselves and then rejoice at solving them. I have a library for Android with many mathematical models, the task for me was not just to rewrite it for iOS, but to use Kotlin Native and common code. As an android developer I have been familiar with Kotlin for a long time and I liked it.
This is not a regular manual to rewrite documentation and pass it off as a training article, no. This is about what…