divyanshunegi
06/08/2021, 4:34 PMcore-library
in both android and iOS, we want to convert this into a KMM module and use the same on both iOS and Android as our journey of migration to KMM. as currently I saw we can only import as .jar
in Android and .framework
in iOS, is this true or can we have the complete module added to our project ?borisdamato
06/08/2021, 4:58 PM.framework
file will provide you access to all the functions and classes defined in your common and iOS sourceSets.
If you want to export your KMM code as XCFramework so you can import it with swift package manager into your xCode project, you can have a look at this article https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/ although personally I haven’t tried.divyanshunegi
06/08/2021, 5:01 PMptsiogas
06/14/2021, 12:38 PMdivyanshunegi
06/14/2021, 12:59 PMptsiogas
06/14/2021, 1:01 PM