LoginSignup
4
2

More than 5 years have passed since last update.

Kotlin Android Extensionsを有効にする

Posted at

Android StudioでKotlin Android Extensionsを使ってみようと思ってググったところ、
古めの記事が引っかかり少し混乱したのでメモも兼ねて。

以下の内容はAndroid StudioへのKotlinプラグインのインストール、プロジェクトのKotlin有効化の設定は済んでいることが前提です。

Kotlin Android Extensionsを使うには、app/build.gradleに以下の1行を追加するだけでOK。

build.gradle
apply plugin: 'kotlin-android-extensions'

現在Kotlin Extensions for AndroidプラグインはKotlinプラグイン本体に統合されているので、そのインストールおよびbuild.gradle(Project)へのclasspathの追加は必要ありません。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2