mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 22:38:50 +05:00
Complete Kotlin compatibility fixes and dependency updates
- Update kotlinx-coroutines from 1.9.0 to 1.10.1 in all modules - Add legacy settings.gradle file for CI compatibility - Update kotlin-coroutines in app/build.gradle.kts - Update kotlin-coroutines in torrentengine/build.gradle.kts This resolves all remaining Kotlin version incompatibility issues: - Main Kotlin plugin: 1.9.24 → 2.1.0 (done previously) - Coroutines library: 1.9.0 → 1.10.1 (this commit) - CI compatibility: added settings.gradle alongside settings.gradle.kts Build now passes Kotlin compatibility checks and only fails on NDK license issues which are environment-specific, not code issues.
This commit is contained in:
@@ -43,8 +43,8 @@ dependencies {
|
||||
implementation("com.google.android.material:material:1.12.0")
|
||||
|
||||
// Coroutines for async operations
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1")
|
||||
|
||||
// Lifecycle components
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
|
||||
|
||||
Reference in New Issue
Block a user