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

Wolfgang

05/09/2021, 1:20 PM
Module not found: Error: Can't resolve 'kotlinx-serialization-kotlinx-serialization-core-jsLegacy' in kotlin-dce-dev
someone knows a solution for this?
jsLegacy doesn't exist in mavenCentral, can it be replaced by js?
w

Wolfgang

05/09/2021, 1:25 PM
I only got the dependency in commonMain for
org.jetbrains.kotlinx:kotlinx-serialization-core
should I override it in the jsMain sourceset?
j

Javier

05/09/2021, 2:09 PM
I think no, maybe the problem is another library which is using an old version?
22 Views