Skip to content

Example code for Clean Multiplatform Architecture with Kotlin

License

Notifications You must be signed in to change notification settings

inovex/kotlin-multiplatform-sample

Repository files navigation

Clean Architecture With Kotlin Multiplatform Example

A minimal example app for Android and iOS, based on the MVVM pattern and using Kotlin Multiplatform.

For more information, see blog post: https://www.inovex.de/blog/kotlin-multiplatform-for-clean-architecture/

Android

Use Android studio to open the project's root folder. Build and run the app configuration.

iOS

To build the app for iOS, you need a machine with OS X, Xcode the Xcode developer tools.

  1. open terminal and navigate to root folder
  2. run ./gradlew packForXcode
  3. open project in Xcode, located in native/CPSample/
  4. build and run

About

Example code for Clean Multiplatform Architecture with Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published