Migrate OkHttp to Ktor

This commit is contained in:
MM20
2025-09-13 17:26:40 +02:00
parent f9d5d2a36c
commit 2953667875
22 changed files with 369 additions and 289 deletions

View File

@@ -13,5 +13,5 @@ The following libraries are commonly used:
- **KotlinX serialization** for JSON serialization
- **AndroidX Room** to store launcher data in an SQLite database
- **AndroidX Datastore** to store additional user preferences
- **OkHttp and Retrofit** for HTTP requests
- **Ktor** for HTTP requests
- Several other **AndroidX** libraries (Work, Lifecycle, AppCompat, …)