You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val lifecycleVersion = rootProject.extra.get("lifecycle_version") as String
...
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycleVersion")
The text was updated successfully, but these errors were encountered:
Starter kit for this practice lesson references build.gradle.kts which needs modifications to the sample code snippets to work:
build.gradle.kts (project)
build.gradle.kts (app)
The text was updated successfully, but these errors were encountered: