Revert "Fix duplicate class kotlinx.android.parcel.* found"
This reverts commit 199ee3a77e.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user