findViewById TextView Kotlin

private lateinit var textView : TextView
//in onCreate()
textView = findViewById(R.id.textView)
Delightful Dogfish