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
Advanced
Estimated 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

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check JDK version and reinstall dependencies. Issue: Project fails to build Solution: Check Gradle version and ensure required plugins are installed.

Additional Resources