Oliver Schröder
08/07/2024, 4:23 PMandroid.os.NetworkOnMainThreadException
error. All online suggestions I have found to fix this issue use the thread { }
block in some capacity - as far as I know, I cannot use threads in my multiplatform project, as this block from the Kotlin standard library is only supported for JVM targets. Since I am new to App development and Android app development and Kotlin and KMP, I for sure cannot rule out that I am just doing something wrong. Has anyone here used that library before and is able to help me out here?
Thanks!Caleb Kiage
08/07/2024, 4:31 PM<http://Dispatchers.IO|Dispatchers.IO>
?Oliver Schröder
08/07/2024, 4:34 PMCaleb Kiage
08/07/2024, 5:06 PMOliver Schröder
08/07/2024, 5:10 PMCaleb Kiage
08/07/2024, 5:29 PMCaleb Kiage
08/07/2024, 5:31 PMOliver Schröder
08/07/2024, 5:48 PMOliver Schröder
08/07/2024, 5:50 PMSkaldebane
08/09/2024, 7:09 AMDispatchers.Default
on web.Oliver Schröder
08/16/2024, 9:22 AM