Thanks for the link! I’m currently using the newer...
# kotlin-native
w
Thanks for the link! I’m currently using the newer
ios()
shorthand instead of what they’ve got in the docs:
Copy code
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?