Closed and-marsh closed 4 years ago
Thanks for the self-contained reproducer! See the response and potential workarounds here: https://github.com/Kotlin/kotlinx.serialization/issues/1000#issuecomment-678983701
Closing as duplicate of #1000
Thanks a lot!
Describe the bug Hi, i have a Kotlin/MPP project with
iOS
,Android
andmacOS
targets. When I tried to implement example from here, I got an exception for macOs and iOS:For Android it works fine:
To Reproduce My
build.gradle
and code is attachedSerializableTest.kts
is from commonMain dir,CommonTest.kts
- from commonTest dir. Tests were started via gradle tasksiosX64Test
andmacosX64Test
Expected behavior Succesful serialization on macOS and iOS like this:
Environment
1.4.0
1.0.0-RC
iOS
,Android
andmacOS
6.5
macOS Catalina 10.15.5