https://github.com/kadirkid/rickandmorty-kmp
A sample KMP project using Rick and Morty API
https://github.com/kadirkid/rickandmorty-kmp
apollo-client compose graphql-client koin koin-kotlin kotlin kotlin-android kotlin-multiplatform ktor-client
Last synced: 2 months ago
JSON representation
A sample KMP project using Rick and Morty API
- Host: GitHub
- URL: https://github.com/kadirkid/rickandmorty-kmp
- Owner: kadirkid
- License: apache-2.0
- Created: 2023-09-21T03:14:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T01:48:31.000Z (12 months ago)
- Last Synced: 2025-03-16T23:43:03.598Z (2 months ago)
- Topics: apollo-client, compose, graphql-client, koin, koin-kotlin, kotlin, kotlin-android, kotlin-multiplatform, ktor-client
- Language: Kotlin
- Homepage:
- Size: 1.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](http://kotlinlang.org)
[](https://github.com/kadirkid/RickAndMorty-kmp/actions/workflows/main.yml)
[](https://opensource.org/license/apache-2-0/)[](https://github.com/JetBrains/compose-multiplatform)



# Rick and Morty
A sample KMP project using Rick and Morty API## Screenshots
## Tech Stack
- [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html)
- [Ktor](https://ktor.io/)
- [Apollo](https://github.com/apollographql/apollo-kotlin) (GraphQL)
- [Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)
- [Jetpack Compose](https://github.com/JetBrains/compose-multiplatform)
- [Koin](https://github.com/InsertKoinIO/koin) (DI)## Supported platforms
- Android
- iOS
- Web
- DesktopTBC