I can't access textView in Kotlin
This procedure works for me :
Go to build.gradle(Module: -> after dependencies {
add these line
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
You can watch the video in this link
This procedure works for me :
Go to build.gradle(Module: -> after dependencies {
add these line
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
You can watch the video in this link
Commentaires
Enregistrer un commentaire