You need apply plugin kotlin-android-extensions in app build.gradle module like this
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
}
However, you should do like @Uuu Uuu wrote above.
You need apply plugin kotlin-android-extensions in app build.gradle module like this
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
}
However, you should do like @Uuu Uuu wrote above.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)