react-native-camera-kit
react-native-camera-kit copied to clipboard
Migrate from `kotlin-android-extensions` to View Binding and `kotlin-parcelize` and update docs
trafficstars
Is your feature request related to a problem? Please describe.
If you use React Native 0.70.0 and you follow the Kotlin docs in this repository, yarn android will yield the following warning:
> Configure project :app
Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.
Describe the solution you'd like Can you follow the migration guide and update the docs please?
any solution for this issue ?
same warning with kotlinVersion = '1.8.20':
The 'kotlin-android-extensions' Gradle plugin is no longer supported. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.