Install
1
Run in your terminal$
npx claudepluginhub ahmed3elshaer/everything-claude-code-mobile --plugin everything-claude-code-mobileCommand Content
KMP Test Command
Run Kotlin Multiplatform tests on all platforms.
What It Does
- Run
./gradlew testfor common and platform tests - Show test results per platform
- Report coverage
Usage
/kmp-test
/kmp-test common
/kmp-test android
/kmp-test ios
Quick Commands
# All tests
./gradlew test
# Common tests only
./gradlew :shared:allTests
# Android tests
./gradlew :shared:compileKotlinAndroid
./gradlew :shared:androidAndroidTest
# iOS Simulator tests
./gradlew :shared:iosSimulatorArm64Test
./gradlew :shared:iosX64Test
Stats
Stars27
Forks1
Last CommitFeb 4, 2026