google-developer-training / basic-android-kotlin-compose-training-inventory-app

Apache License 2.0
77 stars 84 forks source link

Persist data with Room #49

Open vitordeoliveira opened 1 year ago

vitordeoliveira commented 1 year ago

URL of codelab:

Steps to reproduce?

  1. Go to build.gradle :app
  2. Should be // Room implementation("androidx.room:room-runtime:${rootProject["room_version"]}") ksp("androidx.room:room-compiler:${rootProject["room_version"]}") implementation("androidx.room:room-ktx:${rootProject["room_version"]}")

    without the .extra