Closed kpgalligan closed 2 years ago
Them Gradle KMP config is outdated for the sample. Look at KaMP Kit for a more modern example: https://github.com/touchlab/KaMPKit/blob/main/shared/build.gradle.kts
Specifically, in the "shared" folder in build.gradle.kts, the native targets don't have the M1 simulator architecture.
build.gradle.kts
Them Gradle KMP config is outdated for the sample. Look at KaMP Kit for a more modern example: https://github.com/touchlab/KaMPKit/blob/main/shared/build.gradle.kts
Specifically, in the "shared" folder in
build.gradle.kts
, the native targets don't have the M1 simulator architecture.