Did something change with iosArm32 for ```Expecte...
# coroutines
j
Did something change with iosArm32 for
Copy code
Expected property 'PLATFORM_DISPATCHER' has no actual declaration in module 
The following declaration is incompatible because return type is different:
    internal actual var PLATFORM_DISPATCHER: [ERROR : CoroutineDispatcher]
I can't compile my iosArm32 module after updating to 1.3.61
Target definintion in my build.gradle.kts looks like:
Copy code
kotlin.targets {
val iosArm32 = iosArm32("iosArm32")
}
Coroutines version: 1.3.3
Fixed it, seems like old imports was the problem