/ktmp

Kotlin Multi Platform experiments

Primary LanguageKotlin

ktmp-exp Build Status

Kotlin Multi Platform experiments

Building and Testing

Common:

./gradlew common:build

Android:

./gradlew app:testDebugUnitTest app:assembleDebug

iOS:

Open the Xcode project in native/KotlinIOS, there's a Build Phase script that will do the magic. 🧞

Cmd + B to build
Cmd + U to run tests