google-developer-training / basic-android-kotlin-compose-training-race-tracker

Apache License 2.0
31 stars 30 forks source link

Android Basics: Introduction to Coroutines in Kotlin Playground #23

Open alghe-global opened 5 months ago

alghe-global commented 5 months ago

https://developer.android.com/codelabs/basic-android-kotlin-compose-coroutines-kotlin-playground?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-coroutines-kotlin-playground#1

step 6

then you can wrap your code in a call to measureTimeMillis() which will return the time it in milliseconds that it takes to run the block of code passed in. 

should read

then you can wrap your code in a call to measureTimeMillis() which will return the time in milliseconds that it takes to run the block of code passed in.