In which task and step of the codelab can this issue be found?
6. Create a database instance
Describe the problem
expected: "The database initializes itself with data from the assets/database/bus_schedule.db file in the starter code"
actual: the function of Builder.createFromAsset hasn't been introduced anywhere; no reason for a noobie to figure it out wihtout cheating...
URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-practice-bus-schedule-app?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-practice-bus-schedule-app#5
In which task and step of the codelab can this issue be found? 6. Create a database instance
Describe the problem expected: "The database initializes itself with data from the assets/database/bus_schedule.db file in the starter code" actual: the function of Builder.createFromAsset hasn't been introduced anywhere; no reason for a noobie to figure it out wihtout cheating...
Steps to reproduce?