blob: 5588c0976f17cd01d6d72fa2211ef879000d3d8a [file] [log] [blame] [view]
Alexandre Eliasfdb87c52019-10-17 16:43:14 -07001# An Example project for Kotlin/MPP
2
3From 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