shahroz
10/15/2022, 2:25 PMJeff Lockhart
10/15/2022, 3:43 PMinternal
, to avoid exporting them in the Objective-C headers.
4- Again, depending on the SDK API, likely no other dependencies would be necessary. KMP libraries are generally self-contained. It's possible you might want to add some additional helper functions to massage the Kotlin/Native Objective-C API to work nicer in Swift. Or potentially some helper functions for working with coroutines or flows.
5- Often the biggest hurdle is convincing developers, especially iOS devs. If you already have isolated SDKs, this may help with the KMP deployment process and potentially team dynamics as well.shahroz
10/15/2022, 3:47 PMkpgalligan
10/15/2022, 4:56 PMkpgalligan
10/15/2022, 4:56 PMshahroz
10/15/2022, 5:08 PMVitor Hugo Schwaab
10/16/2022, 1:26 PMVitor Hugo Schwaab
10/16/2022, 1:36 PMshahroz
10/22/2022, 12:38 PMkpgalligan
10/22/2022, 4:22 PMshahroz
10/24/2022, 9:06 AM