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

dewildte

02/19/2019, 10:32 PM
Any ideas? ☝️
d

Dominaezzz

02/19/2019, 10:44 PM
Try version
0.10.0
maybe?
Have you enable gradle metadata? What version of gradle are you using?
d

dewildte

02/19/2019, 11:02 PM
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

Dominaezzz

02/19/2019, 11:23 PM
Lol, try gradle 4.10 instead
I just realized! Change
implementation
to
api
. For serialization on
jvmMain
.
d

dewildte

02/20/2019, 12:35 AM
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

Oleg Yukhnevich

02/20/2019, 6:49 AM
and how now your gradle file look like?
2 Views