Android Studio – Kotlin cant access TextView by the ID
I just started learning App development with Android Studio and Kotlin, but I have a problem. In the tutorial, it is possible to access a textView from the main XML file in the main kotlin file by just writing the…