Hi, i have a problem with kotlin-native project, w...
# kotlin-native
a
Hi, i have a problem with kotlin-native project, when I change target.presets from
linuxX64
to
linuxArm32Hfp
I receive this errror
Copy code
Unable to find a matching configuration of org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.0.1
v
it is because coroutines are not built for arm. Please create a feature request https://github.com/Kotlin/kotlinx.coroutines/issues/new
a
👍