Nicholas Bilyk
07/29/2020, 5:05 PMJohn O'Reilly
07/29/2020, 5:08 PM1.0-M1-1.4.0-rc
is working hereJohn O'Reilly
07/29/2020, 5:10 PMNicholas Bilyk
07/29/2020, 5:13 PMkotlinx-serialization-runtime
Is resolved but doesn't have any common dependencies like KSerializerNicholas Bilyk
07/29/2020, 5:13 PMNicholas Bilyk
07/29/2020, 5:14 PMJohn O'Reilly
07/29/2020, 5:18 PMKSerializer
...switching instead to likes of MapSerializer
Nicholas Bilyk
07/29/2020, 5:24 PM"org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
which will automatically pull in for your platform, but it doesn't seem that serialization does the same thing.
"org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:$kotlinSerializationVersion"
works for js backend it seems.Nicholas Bilyk
07/29/2020, 5:26 PMNicholas Bilyk
07/29/2020, 5:26 PM