I am attempting to wrap my Kotlin MP library with ...
# kotlin-native
t
I am attempting to wrap my Kotlin MP library with a Swift Framework, so that I only have to write wrappers once to share among my 3 iOS apps using the library. I am getting this run time error, which I have not seen before. Perhaps it is something to do with the KMP framework being included more than once?
Copy code
/Users/teamcity3/buildAgent/work/4d622a065c544371/runtime/src/main/cpp/ObjCExport.mm:345: runtime assert: Unable to add 'toKotlin:' method to NSBlock class
Thank you.