Vlad
04/25/2024, 7:33 AMPSPDFKit
.
If we add module name to the pod gradle config:
pod("PSPDFKit") {
moduleName = "PSPDFKitUI"
}
We have access only to PSPDFKitUI
.
What is actually happening? I saw somewhere mentions that KMP has limitation to generate interop classes to only 1 module per framework (can't find them anymore). Is it the case?
Can we workaround this somehow?Jacob Rhoda
04/25/2024, 6:45 PMJacob Rhoda
04/25/2024, 6:46 PMVlad
04/25/2024, 7:16 PM