blob: 5588c0976f17cd01d6d72fa2211ef879000d3d8a [file] [log] [blame] [view]
# An Example project for Kotlin/MPP
From frameworks/support, try the following commands:
```
> ./gradlew :mppsample-library:jsTest
> ./gradlew :mppsample-library:jvmTest
> ./gradlew :mppsample-library:linuxTest # Succeeds after running zero tests on Mac/Windows
> ./gradlew :mppsample-library:testDebugUnitTest # Android host-side test
// On Linux hosts only
> ./gradlew :mppsample-executable:runDebugExecutableNative
```