https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
p

Patrick Jackson

07/25/2019, 4:22 PM
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'?
Found the prob - updated Kotlin from 1.3.40 -> 1.3.41
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