Kirill Zhukov
03/03/2023, 9:57 PMjvmTest
runs commonTest
targeting JVM and runs tests
• iosSimulatorArm64Test
doesn’t seem to compile/run commonTest
targets iOS target 🤔
I have framework-engine
dependency added to commonTest
, anything I might be missing?Kirill Zhukov
03/03/2023, 10:00 PMios()
iosSimulatorArm64()
sourceSets {
val iosMain by creating
val iosTest by creating
targets.forEach {
getByName("${it.name}Main").dependsOn(iosMain)
getByName("${it.name}Test").dependsOn(iosTest)
}
}
Kirill Zhukov
03/04/2023, 2:07 AMKirill Zhukov
03/04/2023, 2:17 AMAdam S
03/04/2023, 8:34 AMKirill Zhukov
03/04/2023, 10:36 AM