Not getting option of import

I m not able to get option of import in textView when i m removing val textView.findViewById(R.id.textView)
my textView in textView.text = “10” is still showing error

syntheyic binding is not importing

Synthetic binding is deprecated now you need to findViewById now

It’s code would findViewById<TextView (R.id.textView)