Hi Folks! I’m trying to add a pod to the KMP libra...
# kotlin-native
a
Hi Folks! I’m trying to add a pod to the KMP library, and the compilation fails with the following, Need some help here please 🙏
Copy code
> Task :iOSApp:linkDebugExecutableUikitX64
e: java.lang.Error: Linking globals named 'knifunptr_cocoapods_Tink7_TINKVersion_getter': symbol multiply defined!
	at org.jetbrains.kotlin.backend.konan.llvm.DefaultLlvmDiagnosticHandler.handle(diagnosticReport.kt:24)
	at org.jetbrains.kotlin.backend.konan.llvm.LlvmDiagnosticCollector.flush(diagnostics.kt:36)
	at org.jetbrains.kotlin.backend.konan.llvm.LinkModulesKt.llvmLinkModules2(linkModules.kt:36)
Compilation failed: Linking globals named 'knifunptr_cocoapods_Tink7_TINKVersion_getter': symbol multiply defined!

 * Source files: 
 * Compiler version info: Konan: 1.7.20 / Kotlin: 1.7.20
 * Output kind: PROGRAM