Just because Kotlin features syntactic sugars doesn't mean it's the first thing you should teach. What you teach when introducing CS with Java can be done with Kotlin too. This is exactly the same as with python which features a
sort()
function, which your instructors let you know about after they made you implement different sorting algorithms.