Where should we link sqlite if using sqliter in a ...
# compose-ios
c
Where should we link sqlite if using sqliter in a CMP project? I've tried adding it in a few different parts of my gradle config, but haven't found the correct place yet.
k
Do you mean KMP? How is CMP related to sqliter?
c
hmm I've tried adding it via
binaries.configureEach
(same as example) for each iOS target, but it's still not being linked 🤔 I'm able to link it via build settings in XCode. However, I was interested in linking via gradle, as it's preferable having a single source of truth for build configs in CMP (whereas in a KMP project mixed with more native functionality, you'll naturally have quite a bit of config in XCode anyhow)