anyone dealt with "Could not build Objective-C module 'shared'" in iOS project? shared is my kotlin module. Have the framework added and get this when I try to import the module. I get this error in common.h:
Cannot find protocol declaration for 'CommonKotlinCoroutineContextElement'; did you mean 'CommonKotlinCoroutineContextKey'?