Город МОСКОВСКИЙ
00:10:20

[fix] The 'kotlin-android-extensions' Gradle plugin is deprecated

Аватар
Реактивные Исследования
Просмотры:
32
Дата загрузки:
28.11.2023 05:41
Длительность:
00:10:20
Категория:
Технологии и интернет

Описание

I faced this error on Android Studio : The 'kotlin-android-extensions' Gradle plugin is deprecated.

Kotlin Android Extensions is deprecated, which means that using Kotlin synthetics for view binding is no longer supported.

If your app uses Parcelable you can use 'kotlin-parcelize' instead of 'kotlin-android-extensions'.

If your app uses Kotlin synthetics for view binding (like mine), migrate to Jetpack ViewBinding or Data Binding. I migrated from synthetics to jetpack viewBinding as you can see in the video.

I hope you find it useful.

Рекомендуемые видео