A collection of ready-to-use samples for Ktor. If you're looking for older samples, please see our note on Docs and Samples Migration.
- generic: Contains a list of general sample applications all for JVM platform.
- client-mpp: An example of using Ktor as a client in a Kotlin Multiplatform Project
- fullstack-mpp: An example of using Ktor as a client and server in a Kotlin Multiplatform Project
- For
client-mpp
please make sure you have Android SDK installed - For
fullstack-mpp
please make sure you have Node.js and Yarn installed
Each sample has its corresponding README with more information about how to run the application(s).
Samples are provided as is under the Apache 2 OSS license.