Hi all, i've got a question about cocoapods in kmp...
# multiplatform
a
Hi all, i've got a question about cocoapods in kmp multi module. So i declare a cocoapods dependency in a data module, use that data module in a presentation module, and that fails the ios test for the presentation module, until the cocoapods is not declared in the presentation module as well. That declararion does not belong to presentation module but does not work without it. What to do?
h
It has to be a transitive dependency if you're using it's classes Try maybe api instead of implementation
👍 1