Revert "Fix duplicate class kotlinx.android.parcel.* found"

This reverts commit 199ee3a77e.
This commit is contained in:
Goooler
2026-02-02 10:36:24 +08:00
parent cc987bfdd1
commit ff88c755c2
2 changed files with 0 additions and 12 deletions
-9
View File
@@ -83,15 +83,6 @@ allprojects {
}
}
configurations.configureEach {
resolutionStrategy.eachDependency {
// Fix duplicate class kotlinx.android.parcel.* found in these 2 dependencies.
if (requested.module == libs.kotlin.androidExtensionRuntime.get().module) {
useTarget(libs.kotlin.parcelizeRuntime)
}
}
}
ext {
FRAMEWORK_PREBUILTS_DIR = "$rootDir/prebuilts/libs"
-3
View File
@@ -108,9 +108,6 @@ room-compiler = { group = "androidx.room", name = "room-compiler", version.ref =
room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "androidx-room" }
# Kotlin
kotlin-androidExtensionRuntime = { module = "org.jetbrains.kotlin:kotlin-android-extensions-runtime", version.ref = "kotlin" }
kotlin-parcelizeRuntime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
# KotlinX
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"