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

Apache License 2.0
32 stars 35 forks source link

Android Basics: Introduction to Coroutines in Kotlin Playground #37

Open Sarthak7Gautam opened 5 months ago

Sarthak7Gautam commented 5 months ago

Android Studio reports an error when you don't make the main function suspend if you are using delay But in the codelab they made it to a normal main function and used delay