I have read that in JAVA that numbers are primitiv...
# getting-started
h
I have read that in JAVA that numbers are primitives, so a variable holds the actual number. But in case of Kotlin, numbers are objects, and the variable holds a reference to the object, not the object itself.
🧵 2
🚫 1