android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

i opened this project in android studio from "start" folder , but android studio throwing some error. #125

Closed shubham7400 closed 3 years ago

shubham7400 commented 3 years ago

Task 'wrapper' not found in project ':start'. this line is getting print

wojtek-kalicinski commented 3 years ago

Did you try with the code I commited yesterday? It should fix both issues. Also make sure you don't open the start or finished_code , but the root project - advanced-coroutines-codelab

Please reopen if this is still a problem.