Describe the bug
Since XCode14 the ARCHS_STANDARD for watchOS includes arm64. KMP already has added the target watchosDeviceArm64, but koin hasn't included it yet
To Reproduce
Steps to reproduce the behavior:
Create a KMP project
Add Koin
Add a watchOS app to the ios app
Add watchosArm64(), watchosDeviceArm64(), watchosSimulatorArm64() to the shared build.gradle.kts
Build for release
Release build will fail with default settings
Expected behavior
watchos should build with default settings
Describe the bug Since XCode14 the
ARCHS_STANDARD
for watchOS includes arm64. KMP already has added the target watchosDeviceArm64, but koin hasn't included it yetTo Reproduce Steps to reproduce the behavior:
Expected behavior watchos should build with default settings
Koin module and version:
koin-core:3.5.3