Kotlin Multi Platform experiments
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