The future of Kotlin Android Extensions
DRANK
Posted by David Winer, Product Manager The Android Kotlin Extensions Gradle plugin (not to be confused with Android KTX ) was release...
1 comments
android-kotlin-extensions が Kotlin 1.4.20 から deprecated になって、Layout XML 上の View への参照を取得できる kotlinx.android.synthetic 機能はなくなる。でも完全になくなるのは 2021年9月以降なので、まだ時間はある。公式の推奨は ViewBinding への移行。Parcelize 機能は kotlin-parcelize plugin として残る。