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

Apache License 2.0
77 stars 84 forks source link

Persist data with Room #73

Open Victor-Agbo opened 10 months ago

Victor-Agbo commented 10 months ago

URL of codelab:

Link to codelab

Specify the language of the codelab if it is not English:

In which task and step of the codelab can this issue be found? Task 7

Describe the problem

In the third paragraph of the task...

You need to create an abstract RoomDatabase class and annotate it with @ Database. This class has one method that returns the existing instance of the RoomDatabase if the database doesn't exist.

Steps to reproduce?

  1. Go to the link above
  2. Click on Task 7
  3. See error on third paragraph

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.