material-components / material-components-android-codelabs

Codelabs for Material Components for Android (MDC-Android)
Apache License 2.0
220 stars 160 forks source link

[MDC-101] The tutorial uses legacy constructs. Unable to complete the task on Kotlin 1.4.21 #66

Open afalinalv opened 3 years ago

afalinalv commented 3 years ago

Describe the bug Step execution

  1. It is impossible to move to the next fragment on Kotlin 1.4.20

To Reproduce From kotlin 1.4.20 synthetic view has been removed. You can use findViewById or ViewBinding instead https://developer.android.com/topic/libraries/view-binding/migration

Expected behavior Uses up-to-date documentation and valid technologies, up-to-date language versions

Screenshots Uses outdated constructs, non-current versions of the language

Codelab details (please complete the following information about the codelab):

Additional context I would like to learn from tomorrow's, not yesterday's technologies