Skip to content

kotlin multiplatform project boilerplate (before Kotlin 1.3.x)

Notifications You must be signed in to change notification settings

uzzu/kotlin-mpp-boilerplate

Repository files navigation

Kotlin multiplatform project boilerplate

  • Use Gradle Kotlin DSL
  • Separate project by build target
  • Target
    • Jvm
    • Android
    • iOS
    • JavaScript
  • testing stack
    • kotlin.test
    • kotlinx.coroutines.test
    • junit5
    • assertk
      • currently does not work on ios
    • mockk

Releases

No releases published

Packages

No packages published

Languages