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
JoakimForslund
02/19/2020, 1:56 PM
Target definintion in my build.gradle.kts looks like:
Copy code
kotlin.targets {
val iosArm32 = iosArm32("iosArm32")
}