https://kotlinlang.org logo
m

marcio.granzotto

06/07/2018, 6:46 PM
guys, I’m having a lot of problem with Kotlin’s
Int
. When using GSON to get a value like
42366
from a JSON, it shows up with a value of
126
, but if I call
.toString()
, it returns the correct value