https://kotlinlang.org logo
Title
d

Daniele B

01/23/2023, 8:53 PM
I am running a KMM project. I get this error, but I am not sure how to fix it:
Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: shared. Please specify the bundle ID explicitly using the -Xbinary=bundleId=<id> compiler flag.
solved! by adding:
binaryOption("bundleId", "sharedPackageName")
to gradle’s
binaries.framework