Skip to content

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

@nexussapphire

Description

@nexussapphire
buildscript {
   ext {
       ...
       lifecycle_version = '2.5.1'
   }
}

Doesn't work because lifecycle_version isn't declared anywhere. I just put the version at the end of the dependency declaration. I don't think it is covered how to properly handle an undeclared variable in a gradle build script.

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