has anyone found a sample project with modular kot...
# multiplatform
h
has anyone found a sample project with modular kotlin multiplatform code that can be reused across multiple ios apps? I have an xcode workspace with multiple apps that are sharing some swift packages and would like those apps to each have their own kotlin shared module they can consume as well as having a shared swift package having a shared kotlin library. Anyone have suggestions on how to implement kmp in these projects or can point me to an example?