@HoodLabs

Want to build REAL apps for Android, iOS, and Desktop using just Kotlin?
🔥 My full course is now LIVE on Udemy:
👉 https://www.udemy.com/course/kotlin-multiplatform-with-compose/?couponCode=KMP_LAUNCH
🎁 Use the coupon above to get a massive discount

@ubersticks

This looks great -- I will get to it soon!

@Alfrednohike9909

wow, just wow

@MuhammadBilal-oo4mf

Kotlin Multiplatforn :face-purple-wide-eyes:

@ubersticks

At 1:22:55, can you comment on why you use single{} or singleOf{} ? How does one decide which to use?

@ubersticks

At 02:06:58, the wind direction calculation is not right;  1 degree and 359 degree should both be "N". Here is a correct calculation (I think) that also includes cute ASCII arrows showing the wind direction: 
fun getWindDirection(angle: Double): String {
    val cardinals = listOf("↓ N", "↙ NE", "← E", "↖ SE", "↑ S", "↗ SW", "→ W", "↘ NW")
    return cardinals[ round(angle/ 45.0).toInt() % 8 ]
}

@Aid1366

Android XR OS ,development -> let's study?

@ubersticks

At 1:45:00 video cuts WAAAY too fast here  to tell what you are doing with the Column() inside the Row()  without going back to the gitHub repo.... please go slower.

@DanishShahzad-us6he

I am trying to contact you at upwork but link given is not working.