For creating a multiplatform project we have to cr...
# multiplatform
f
For creating a multiplatform project we have to create a kotlin multiplatform module in our project. Is there a way to create submodules inside the multiplatform module so that we can apply clean architecture separation within the module, for example having a module for repositories/data and another submodule for usecases
t
You can have MPP module depending on other MPP module, so your approach should probably work as well.
f
👍 that’s a good idea
a
Just clarifying, this is what we do at our company
m
@andylamax are you using cocoapods to deploy iOS library?
f
@andylamax out of curiosity, did you manage to get StateFlow<> to work from iOS using Kotlin 1.4.x?
a
Our company hasn't targeted the iOS platform at all. We only target, android, jvm, and js at the moment. We are looking to expand to iOS sometime late 2021
👍 1
f
👍