Int in Kotlin is somewhat a type alias, I think. K...
# getting-started
d
Int in Kotlin is somewhat a type alias, I think. Kotlin compiler will try replacing "Int" with "int" when possible, otherwise "Integer" will be used in place of "Int".