Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found?
3
Describe the problem
please improve the code examples
in one code snippet resolver is shown after require(...) { ... } and in the next example it is shown as if it's part of return withContext(Dispatchers.IO) { ... }
the reader can get confused thinking the resolver is inside return@withContext
Steps to reproduce?
Go to...
Click on...
See error...
VersionsAndroid Studio version:API version of the emulator:
Additional informationInclude screenshots if they would be useful in clarifying the problem.
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-workmanager?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-7-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-workmanager#9
Specify the language of the codelab if it is not English:
In which task and step of the codelab can this issue be found? 3
Describe the problem please improve the code examples
in one code snippet
resolver
is shown afterrequire(...) { ... }
and in the next example it is shown as if it's part ofreturn withContext(Dispatchers.IO) { ... }
the reader can get confused thinking the resolver is inside
return@withContext
Steps to reproduce?
Versions Android Studio version: API version of the emulator:
Additional information Include screenshots if they would be useful in clarifying the problem.