teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.47k stars 585 forks source link

Migrate from `kotlin-android-extensions` to View Binding and `kotlin-parcelize` and update docs #492

Open steveluscher opened 2 years ago

steveluscher commented 2 years ago

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?

izzelislam commented 1 year ago

any solution for this issue ?

usedlife commented 11 months ago

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.