https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Marc

10/16/2023, 8:53 AM
Someone knows why this error occurred?
r

Rick Clephas

10/16/2023, 8:56 AM
Seems like a bug that will be fixed in 0.4.2: https://github.com/Kotlin/kotlinx-datetime/issues/304
m

Marc

10/16/2023, 9:06 AM
So there's nothing I can do on it rn?
r

Rick Clephas

10/16/2023, 9:07 AM
You can downgrade to 0.4.0 until 0.4.2 is released
m

Marc

10/16/2023, 9:07 AM
👍
p

p-schneider

10/16/2023, 9:56 AM
Copy code
android {
    packaging {
        resources {
            pickFirsts += "META-INF/**"
        }
    }
}
I think this would also work around that Issue.
👍 1
2 Views