Open maiow opened 1 year ago
https://developer.android.com/codelabs/android-dagger#3 First code snapshot on that page still includes id 'kotlin-android-extensions', which give the following mistake:
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.
@maiow, did you fix this? If not, you can use this fix. You may also need to upgrade you Gradle plugin depending on the version.
https://developer.android.com/codelabs/android-dagger#3 First code snapshot on that page still includes id 'kotlin-android-extensions', which give the following mistake:
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.