I have created a new iOS Target (app extension) an...
# compose-ios
a
I have created a new iOS Target (app extension) and I want to use my ComposeApp from it. Doing
import ComposeApp
doesnt work, cause I am assuming I am missing the part where I tell the extension uses the ComposeApp. Any idea how to link to it?
Got help from Twitter: https://twitter.com/eyvictor_dev/status/1770382979082211383 You can add a script via xcode to do the gradle compilation and then tell xcode to search specific folders for the new build