My android studio runs background tasks for compose multiplatform applications more frequently while showing description as Generating Xcode files which ultimately slows down android studio. So is there any fix for this?
t
Taush Sampley
12/24/2025, 5:50 PM
Other than excluding ios targets, no. I've only experienced it running long for initial project setup. Are you having persistent issues with a mature project?
m
Michael Paus
12/25/2025, 10:55 AM
I am observing the same in IntelliJ too. It does not always happen but I often see it when I reopen projects which I haven't touched for a while.
a
atulsharma20may
12/28/2025, 11:31 AM
@Taush Sampley Yes I am experiencing it continuously for my project and due to this even other functionalities of android studio run very slowly.
atulsharma20may
01/02/2026, 3:29 AM
Just in case anyone needs a temporary solution then you can just disable the Kotlin Multiplatform Plugin and restart the IDE.