Hi I’m trying to add GSON dependency, did someone ...
# multiplatform
t
Hi I’m trying to add GSON dependency, did someone did it before?
r
It would only work on the JVM target, but what’s your specific problem?
t
If I want it to work for Android and iOS as well?
y
you need to use kotlinx.serialization, or expect/actual pattern with gson in android and some json lib in iOS
t
10x
r
GSON is Java, it won’t work on iOS