mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-28 01:18:50 +05:00
Update Kotlin version to 2.1.0 for compatibility
- Fixes Kotlin metadata version incompatibility errors - Updates org.jetbrains.kotlin.android from 1.9.24 to 2.1.0 - Resolves compilation errors with kotlin-stdlib 2.2.0 This addresses the build failure where Kotlin classes were compiled with metadata version 2.2.0 but compiler version 1.9.0 could only read up to version 2.0.0.
This commit is contained in:
@@ -28,7 +28,7 @@ plugins {
|
|||||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||||
id("com.android.application") version "8.7.3" apply false
|
id("com.android.application") version "8.7.3" apply false
|
||||||
id("com.android.library") version "8.7.3" apply false
|
id("com.android.library") version "8.7.3" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
|
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include(":app")
|
include(":app")
|
||||||
|
|||||||
Reference in New Issue
Block a user