Android
The 'kotlin-android-extensions' Gradle plugin is deprecated.
zerocool0713
2021. 2. 15. 16:53
반응형
1. Kotlin synthetic
- Update View Bindings or Data Bindings in App level gradle file
and then use binding instance
2. Parcelable
- Remove plugin kotlin-android-extension & add plugin kotlin-parcelize in App level gradle file
In kotlin version 1.4.20
반응형