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
tapchicoma
10/30/2025, 3:46 PM
cc <!subteam^S093FP0H16X>
p
Philipp Smorygo [JB]
10/30/2025, 4:09 PM
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
Philipp Smorygo [JB]
10/30/2025, 9:55 PM
Please track KMT-1214 for progress. Functionality for disabling Xcode integration will be implemented in that issue