franztesca
10/07/2023, 5:19 PMiosSimulatorArm64Main
doesn't depend on iosMain
by default and I have to explicitly add
val iosMain by getting
val iosSimulatorArm64Main by getting {
dependsOn(iosMain)
}
in order to compile the project for the iosSimulatorArm64
target? 🤔mbonnin
10/07/2023, 7:58 PMLandry Norris
10/07/2023, 10:54 PM