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'?
Patrick Jackson
07/25/2019, 4:29 PM
Found the prob - updated Kotlin from 1.3.40 -> 1.3.41
Patrick Jackson
07/25/2019, 4:31 PM
versioning among kotlin, plugins, deps, and differences with compat between jvm vs native is a major pain point right now. Assuming this will lessen as things become stable