Anyone have any good article/blogposts/vidoes/podc...
# multiplatform
d
Anyone have any good article/blogposts/vidoes/podcast or other resources with a good explaination on modularizing a Shared module and then using it in both an IOS and Android app. I know how to modularize when doing only Android but if you also need to serve and IOS project and maybe they also want to create seperate modules. Now we have 1 shared module(debug/prod), 1 IOS project with 3 modules and 3 build targets(dev/acc/prod) and 1 android app module. Alot of the resources only explain things about android feature modules but never touch on the subject with IOS since you have the constraint of only being able to have 1 shared dependency if you want the shared code else you would get duplicated runtimes for kotlin and the can't use data/call code from shared module A in shared module B.
❤️ 1
f