https://kotlinlang.org logo
#serialization
Title
# serialization
s

S.

01/12/2023, 4:25 PM
It seems that my own little multiplatform library which only adds a single extension function to String breaks kotlinx-serialization on JS. Is this something known?
c

CLOVIS

01/13/2023, 8:30 AM
I have multiplatform libraries that do serialization too and haven't had issues so far, it's probably something more specific than that
a

andylamax

01/14/2023, 2:29 AM
Kotlin/JS compiler has a way of crashing when declarations (even from different modules) have the same qualifier and name. What error are you getting?
2 Views