FantasyPremierLeague

Fantasy Premier League Kotlin Multiplatform sample using Jetpack Compose, Compose for Desktop and SwiftUI (and Room for local persistence)

GitHub Stars

557

User Rating

Not Rated

Favorites

0

Views

35

Forks

60

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Xcode: 14 or higher
Kotlin: 2.2.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/joreilly/FantasyPremierLeague
cd FantasyPremierLeague

2. Install Dependencies

bash
./gradlew build

3. Start MCP Server

bash
./gradlew :mcp-server:shadowJar

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Xcode version and reinstall dependencies. Issue: Application crashes Solution: Verify your Kotlin version and update to the latest one.

Additional Resources