Let's say that I have two kmp modules, A and B, an...
# gradle
m
Let's say that I have two kmp modules, A and B, and I'm targeting iOS and I'm using cocopoads. I'm calling module A in module B. Is there a way to know if A is exported to xcframework or not in module B. There's something could go wrong if it's not getting exported and I want to check that case.
m
You might have more luck in #multiplatform