Skip to content

sangeetsuresh/kotlin-native-example

Repository files navigation

kotlin-native-example

Usage kotlin multiplatform feature to create an Android and iOS app in which whole business logic is wirtten in Kotlin language

View layer is written in platform specific languages

Presenter and Model layer is written in Kotlin language

  • app module is for android app code

  • common module is for common code which is shared between Android and iOS

    • common module consist of
      • commonMain - kotlin code
      • iOSMain - kotlin plaform specific code for iOS
      • androidMain - kotlin platform specific code for Android
  • iOSApp is for iOS app code

If you getting sdk.dir not found error during building, create local.properties in root project folder and add sdk.dir=<android sdk path> into that file. This is because it need android sdk to build this project

Releases

No releases published

Packages

No packages published