Closed xinneph closed 2 years ago
name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '' assignees: ''
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-introduction-coroutines#3
In which task and step of the codelab can this issue be found? in provided example:
fun CoroutineScope.launch { context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit }
Describe the problem I guess it should be:
fun CoroutineScope.launch( context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit )
@xinneph Thank you for reaching out to us. Your concern regarding the code provided in the codelab was correct. The actions were taken for updating it: Happy coding!
name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '' assignees: ''
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-introduction-coroutines#3
In which task and step of the codelab can this issue be found? in provided example:
Describe the problem I guess it should be: