tree: f02270d5444453bf7a965cb5ee90939d288363fb [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