Pet project to experiment with Kotlin Multiplatform
/sharedthe business logic shared across all the applications.commonMainis for code that's common for all targets.androidMain,iosMainandjvmMainfor target specific implementation
/composeAppthe Android and Jvm application using Jebrains Compose for its user interface./iosAppthe iOS application using SwiftUI for its user interface.






