Kotlin doesn't really have the concept of primitiv...
# getting-started
k
Kotlin doesn't really have the concept of primitives like in Java, which is elegant both from a language and from a compiler perspective. It's not necessary to not have primitives, but it simplifies things. (though they still leak trough sometimes, eg. in annotations and for arrays)