Is there any way I can add a Kotlin multiplatform library (which does networking and SQL database transactions) to an existing Android and iOS project? Most of the tutorials I see are starting a project form scratch.
t
Tiago Nunes
09/14/2021, 4:58 PM
If you have the KMM plugin, you can go to File > New > New Module > KMM Shared Module
Tiago Nunes
09/14/2021, 5:02 PM
Then, you add this module to your dependencies in the androidApp, and import in your ios app accordingly