This is a sample project that demonstrates the use of the MVI pattern in Kotlin Multiplatform.
./gradlew :app-android:assembleDebug
First build the Framework:
- For iOS simulator:
./gradlew :shared:kittens:iosX64MainBinaries
- For iOS device:
./gradlew :shared:kittens:iosArm64MainBinaries
Then open the Xcode project located in the app-ios
folder.