react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

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

Open steveluscher opened this issue 3 years ago • 2 comments
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?

steveluscher avatar Sep 15 '22 23:09 steveluscher

any solution for this issue ?

izzelislam avatar Nov 22 '22 10:11 izzelislam

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.

usedlife avatar Nov 24 '23 01:11 usedlife