I’m not sure which line is 21, but I’m guessing it...
# announcements
r
I’m not sure which line is 21, but I’m guessing it’s
println(uInt)
? I’m pretty sure that
println()
just doesn’t know what to do with that kotlin object. Have you tried replacing it with
println("$uInt")
to see if it doesn’t crash?