Alexandre Elias | fdb87c5 | 2019-10-17 16:43:14 -0700 | [diff] [blame] | 1 | # An Example project for Kotlin/MPP |
2 | |||||
3 | From frameworks/support, try the following commands: | ||||
4 | ``` | ||||
5 | > ./gradlew :mppsample-library:jsTest | ||||
6 | > ./gradlew :mppsample-library:jvmTest | ||||
7 | > ./gradlew :mppsample-library:linuxTest # Succeeds after running zero tests on Mac/Windows | ||||
8 | > ./gradlew :mppsample-library:testDebugUnitTest # Android host-side test | ||||
9 | |||||
10 | // On Linux hosts only | ||||
11 | > ./gradlew :mppsample-executable:runDebugExecutableNative | ||||
12 | ``` | ||||
13 |