material-components-android-codelabs
material-components-android-codelabs copied to clipboard
[MDC-101] The tutorial uses legacy constructs. Unable to complete the task on Kotlin 1.4.21
Describe the bug Step execution 5. 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):
- Level (MDC-101)
- Language (Kotlin 1.4.21)
- Link to the codelab at the step with the issue https://codelabs.developers.google.com/codelabs/mdc-101-kotlin#4
Additional context I would like to learn from tomorrow's, not yesterday's technologies