Different question: If in commonMain i have expect...
# multiplatform
v
Different question: If in commonMain i have expected val someVal: String and in iosMain i have: actual val someVal : String = "value" and in my build.gradle.kts in sourceSets iosArm64.dependsOn(iosMain) Then i do not have to provide actual implementation in the iosArm64 source right? right?
👌 8