-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle plugin deprecated #20
Comments
Hi @vikrantnegi Sorry, but we're not going to make a migration only because of warnings - RN itself and lots of it's libraries are full of warnings But if you'd like to migrate the library to View Binding - feel free to make a PR |
'kotlin-android-extensions' plugin is used for synthetic properties and since we are not using any, it is mainly unused. So it is safe to remove this which in turn will help with the warning. |
Hey @stephenkopylov, |
Hi again guys! The issue should be fixed in v2.2.1 PS: @vikrantnegi thanks for your advice! |
Hi, I'm getting warning when trying to upgrade my gradle in Android.
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.
The text was updated successfully, but these errors were encountered: