skip to Main Content
author
67 views
0 votes

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.*<br

Back To Top
Search