An open API service indexing awesome lists of open source software.

https://github.com/bod/apollo-kotlin-template-mpp


https://github.com/bod/apollo-kotlin-template-mpp

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

A simplistic sample project using [Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) in
a [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) project.

Targets native (MacOS) and JS (browser).

- `./gradlew macosArm64Test` (or `macosX64Test` for Intel Mac) or to run native tests
- `./gradlew assemble && ./build/bin/macosArm64/debugExecutable/apollo-kotlin-template-mpp.kexe` (or `macosX64` for Intel Mac) to run native
app
- `./gradlew jsTest` to run js tests
- `./gradlew jsRun` to run js app