Skip to content

Add a ViewModel to Dessert Clicker: Android Basics in Compose #45

Open
@tusharvermaIndia

Description

@tusharvermaIndia

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions