Someone knows why this error occurred?
# multiplatform
m
Someone knows why this error occurred?
r
Seems like a bug that will be fixed in 0.4.2: https://github.com/Kotlin/kotlinx-datetime/issues/304
m
So there's nothing I can do on it rn?
r
You can downgrade to 0.4.0 until 0.4.2 is released
m
👍
p
Copy code
android {
    packaging {
        resources {
            pickFirsts += "META-INF/**"
        }
    }
}
I think this would also work around that Issue.
👍 1