when executing tests in a multiplatform project.
Any help would be much appreciated 🙏
Tobi
02/12/2019, 2:48 PM
It seems to be related to the multiplatform target. If I change it from
android
to
jvm
it works 🤔
h
h0tk3y
02/12/2019, 3:37 PM
May be a known issue: https://youtrack.jetbrains.com/issue/KT-29343
Could you please try to add the appropriate kotlinx.serialization runtime dependency to the corresponding Android's configuration? Like this, on top-level: