android / codelab-android-dagger

Apache License 2.0
181 stars 157 forks source link

Adding Dagger to the project: code snapshot contains 'kotlin-android-extensions' #73

Open maiow opened 1 year ago

maiow commented 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.

Agusioma commented 1 year ago

@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.