Could someone help me as to why when I build an `i...
# kotlin-native
y
Could someone help me as to why when I build an
iosArm64
klib it can’t find the corresponding
actual
class for an
expect
class but it works fine when building an
iosX64
klib?
Here is a reproducible example
s
Because your
iosArm64
source sets don’t contain corresponding
actual
declarations.
All
actual
declarations are present only in your
ios
source sets.