Open
Description
in unit 4 , pathway 2, chapter "Practice: add a view model to dessert clicker", subsection 3 (Set up dependencies), it has been instructed to add following variable to the build.gradle file ->
buildscript {
ext {
...
lifecycle_version = '2.5.1'
}
}
but it should have been like this ->
buildscript {
ext[
"lifecycle_version"] = "2.5.1"
}
Metadata
Metadata
Assignees
Labels
No labels