https://kotlinlang.org logo
r

Rak

11/04/2021, 3:34 PM
HI all, I’ve been tasked with writing a shared lib for android and iOS. I’ve started with the KampKit project to try out the code that needs to be written but I have a feeling the main stumbling block will be how to produce an android and (especially) iOS artifacts for our exising apps to use. KampKit is an all-in-one solution. Is there any projects out there I can look at to get started? The iOS guys use something called Carthage if that helps.
p

Paul Woitaschek

11/05/2021, 5:58 AM
Jvm and android can be published to a maven repo, that should be the preferred way. For iOS the best supported solution is cocoapods. I created xcframeworks but that was really complicated with spm