Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 489 Bytes

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