Android Studio – Unresolved reference kotlinx.android
I am currently using Kotlin version 232-1.9.0. In the MainActivity.kt file, I am trying to import the following import kotlinx.android.synthetic.main.activity_main.* import kotlinx.android.synthetic.main.content_main.* I am getting the error: Unresolved reference: Android