When trying to build my Kotlin MP project on a Mac...
# multiplatform
s
When trying to build my Kotlin MP project on a MacOS build agent (Azure), I see the following log in the build window:
Project MySDK at : is either no Android app project or build version has not been set to override. Skipping...
Therefore, no .framework file is generated. Any clue?
Bump: anyone had that problem ? I included my build.gradle file.
Note: I run gradlew with task 'packForXcode' in my build YAML file.