I am currently having difficulty building my KMM A...
# multiplatform
c
I am currently having difficulty building my KMM Android app from within Android Studio on my Mac. The iOS build works within Xcode, and the Android build also works OK on a non-Mac machine. The error is:
Copy code
Could not determine the dependencies of task ':shared:cinteropSharedIos'.
> Could not resolve all dependencies for configuration ':shared:iosSharedCInterop'.
   > Authentication scheme 'all'(Authentication) is not supported by protocol 'file'
Any help appreciated.
k
Did you run a pod install?
c
I did not…
k
I would try that out in the ios folder
c
I’ve been off for a week and am just trying to resume figuring this out.
pod install
did not sort my problem… and my use case is I am trying to run/test only the Android app, on a Mac.