Hi, I added 1 native library and 2 frameworks in K...
# multiplatform
c
Hi, I added 1 native library and 2 frameworks in KMM module. The native library linked to the 2 frameworks. And I’m going to use this KMM module in another KMM module now. But the 2 frameworks are not linked to the native library when I use the APIs of native library in the second KMM module. Where should I set linker options for the issue? I’m using the first KMM module by implementing project in build gralde of second KMM module. I can call APIs of the native library that I added in the first module. But because of linker issue of the 2 frameworks, not able to build
Anyone has idea?