Any ideas? :point_up:
# multiplatform
d
Any ideas? ☝️
d
Try version
0.10.0
maybe?
Have you enable gradle metadata? What version of gradle are you using?
d
4.7 and yes metadata is enabled.
I fixed it!!
I had to changes a ton of Gradle stuff but I got it working
lol no I have a totally different exception
d
Lol, try gradle 4.10 instead
I just realized! Change
implementation
to
api
. For serialization on
jvmMain
.
d
Ok so now I have another problem.
GloUserDTO.serializer()
produces
Error:(17, 57) Kotlin: [net.publicmethod.multi_glo_sdk.jvmMain] Unresolved reference: serializer
I did the change as you said and that got me to this ☝️
One step further though
I am trying Gradle 4.10
Not many people are doing unit testing with this technology.
o
and how now your gradle file look like?