`Module not found: Error: Can't resolve 'kotlinx-s...
# multiplatform
w
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
I only got the dependency in commonMain for
org.jetbrains.kotlinx:kotlinx-serialization-core
should I override it in the jsMain sourceset?
j
I think no, maybe the problem is another library which is using an old version?