PeopleInSpace
Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.
GitHub Stars
3,182
User Rating
Not Rated
Favorites
0
Views
155
Forks
278
Issues
7
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Kotlin: 2.2.0 or higher
Gradle: Latest version
JDK: 11 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/joreilly/PeopleInSpace.git
cd PeopleInSpace
2. Install Dependencies
bash
./gradlew build
3. Start Server
bash
./gradlew run