PeopleConnect is a Kotlin Multiplatform (KMP) practice project built to learn and experiment with shared code across Android, iOS, and backend platforms.
This project demonstrates how to:
- Share business logic using Kotlin Multiplatform
- Build a REST API using Ktor backend
- Consume the API from both Android and iOS using Ktor client
- Use state management via StateFlow
- Integrate shared ViewModel logic in Jetpack Compose (Android)
✅ Built for learning and improving Kotlin Multiplatform skills.