Does Kotlin have primitive types? :confused:
# announcements
c
Does Kotlin have primitive types? 😕
g
Sure, the same ones as Java
But it's actually just implementation details, public API primitive and reference types is the same, so not like int and Integer in Java