We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ViewBinging! Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated.
NavigationIconClickListener.kt: (27, 45): 'getter for defaultDisplay: Display!' is deprecated. Deprecated in Java
NavigationIconClickListener.kt: (27, 60): 'getMetrics(DisplayMetrics!): Unit' is deprecated. Deprecated in Java
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings
context?.getDrawable(R.drawable.shr_product_grid_background_shape) -> requireContext(), R.drawable.shr_product_grid_background_shape)
To mention a few
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ViewBinging! Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated.
NavigationIconClickListener.kt: (27, 45): 'getter for defaultDisplay: Display!' is deprecated. Deprecated in Java
NavigationIconClickListener.kt: (27, 60): 'getMetrics(DisplayMetrics!): Unit' is deprecated. Deprecated in Java
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings
context?.getDrawable(R.drawable.shr_product_grid_background_shape) -> requireContext(), R.drawable.shr_product_grid_background_shape)
To mention a few
The text was updated successfully, but these errors were encountered: