My android studio runs background tasks for compos...
# multiplatform
a
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
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
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
@Taush Sampley Yes I am experiencing it continuously for my project and due to this even other functionalities of android studio run very slowly.
Just in case anyone needs a temporary solution then you can just disable the Kotlin Multiplatform Plugin and restart the IDE.