Hello people! So I have a question related to dete...
# multiplatform
l
Hello people! So I have a question related to detecting changes in a shared library from Xcode. I am following the official tutorial and I am noticing that every time I make a change in the shared library in AS then I have to run not only
gradlew :shared:assemble
but also Run the XCode current project (build and install) so that it detects the changes I did to the library. Do you know if there is an easy / automatic way to detect those changes from Xcode?