tree: 8e39d7749fafb1655eec9744f5f44e914a781554 [path history] [tgz]
  1. mppsample-executable/
  2. mppsample-library/
  3. README.md
mppsample/README.md

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