dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

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