I have some "expect" function that I "actualized" ...
# intellij
w
I have some "expect" function that I "actualized" in the iosMain folder, and I also have in my gradle:
sourceSets["iosArm64Main"].dependsOn(sourceSets["iosMain"])
if I compile everything is ok, but I have an error in the intellij IDE that says that I haven't "actualized" the function in iosArm64Main. How can I get rid of it?
image.png
image.png