hello, does anyone know what would be the right ta...
# multiplatform
a
hello, does anyone know what would be the right target for “armv7k” architecture when building for WatchOS on KMP? I’ve looked at the available targets https://kotlinlang.org/docs/mpp-dsl-reference.html#targets but don’t see “armv7" or not clear if it’s part of one of the “watchos*” ones
a
armv7k is arm32 so
watchosArm32
should be fine.
a
oh ok thanks!