MainActivity.kt
import kotlinx.android.synthetic.main.activity_main.*
のkotlinxがエラーになる場合
app\build.gradleに以下のプラグインを追加
build.gradle
plugins {
id 'kotlin-android-extensions'
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
import kotlinx.android.synthetic.main.activity_main.*
のkotlinxがエラーになる場合
app\build.gradleに以下のプラグインを追加
plugins {
id 'kotlin-android-extensions'
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked