Nikolay Kasyanov
09/08/2021, 10:57 AMiosArm64Test {
dependsOn iosX64Test
}
I mean, it works for ...Main
source sets, but apparently not for test ones.
Yes it’s a bit 🦕 but moving to HMPP takes time.
I only found out it wasn’t working by adding iosSimulatorArm64
slice and a similar dependsOn construct for it.Sebastian Sellmair [JB]
09/11/2021, 11:27 AMNikolay Kasyanov
09/13/2021, 7:19 AMNikolay Kasyanov
09/13/2021, 7:20 AMSebastian Sellmair [JB]
09/17/2021, 1:47 PMiosArm64
would close all expects or it it is okay that just iosX64Test
closes them.
We distinguish between shared compilations and “binary” compilations. This will definitely suggest the tooling that it is a shared compilation where it kind of isn’t.
There will be a more intuitive way of doing things like this in the future 👀Sebastian Sellmair [JB]
09/17/2021, 1:48 PM