Hello. Is there a way in Android Studio (or is it ...
# multiplatform
p
Hello. Is there a way in Android Studio (or is it the KMP gradle project?) to disable discovery of Xcode files? Basically I have a project structured in a way that it includes multiple Xcode projects under subdirectories of the KMP project, but in Android Studio, this gets discovered by the compiler and I always get
Generating Xcode files
. I wish I could tell my project to not discover them. Hopefuly someone knows.
t
cc <!subteam^S093FP0H16X>
p
Hello. Unfortunately there is no way right now to prevent this. As a workaround I might suggest creating a folder on project top level and put an empty xcworkspace there. This will be found first and will prevent other project la from indexing
Please track KMT-1214 for progress. Functionality for disabling Xcode integration will be implemented in that issue