findviewbyid textview kotlin

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