https://github.com/bod/apollo-kotlin-template-mpp
https://github.com/bod/apollo-kotlin-template-mpp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bod/apollo-kotlin-template-mpp
- Owner: BoD
- Created: 2022-04-28T13:52:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T08:58:48.000Z (about 1 year ago)
- Last Synced: 2025-08-03T17:55:20.133Z (11 months ago)
- Language: Kotlin
- Size: 172 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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