hands-on
hands-on copied to clipboard
I found the document is different from the actual source code: https://github.com/kotlin-hands-on/intro-coroutines/blob/master/src/contributors/Contributors.kt#L62
The called function takes a service and a request as seen a few lines above
I think it would be helpful to have an explanation / link to the docs for the external modifier - happy for it to be reworded if you can think...
changed module to shared.
- Fixes strays `\` that breaks the emitted xcode-frameworks/gradlew shell script. - Fixes disagreement in task name that would break Run Script Phase script if copy-pasted. - Provides useful error...
Two lists were displaying as paragraphs with hyphens.   One code display was displaying inline. ![Screen Shot...
Fix documentation to align with /src/tasks/Request2Background.kt
It is a thought sentence. "We always start new coroutines inside a scope." sounds like all we do in scope is starting new coroutines. It is also not true that...
I think for beginners, `listOf()` is more confusing than `emptyList()`. `orEmpty()` would also work.