guys, I’m having a lot of problem with Kotlin’s `I...
# announcements
m
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