Whitley
01/15/2020, 10:34 PMios() shorthand instead of what they’ve got in the docs:
val ios32 = iosArm32("ios32")
val ios64 = iosArm64("ios64")
They then pass those values into the FatFrameworkTask. Does anyone know how I can access the binaries properties of those KN targets if I’m also using that new shorthand?