`lateinit var port: Integer` generate a "This clas...
# announcements
s
lateinit var port: Integer
generate a "This class shouldn't be used in Kotlin. Use kotlin.Int instead” warning but
Int
is not usable with
lateinit