Hello,
why do i get “Caused by: java.lang.NoClassDefFoundError: android/os/Looper” when trying to use coroutine on a Desktop target
The only dependency in my project in shared module is
implementation(“org.jetbrains.kotlinxkotlinx coroutines core1.7.1")
The code works fine in Android but crashes in Desktop