How to configure xCode to work offline with gradle (libgdx)

Hi
Xcode takes long time during the build/run process . Is there “offline work” feature like android studio ??

at least let me know the reason behind this long time :thinking:

Adding this line to build.gradle will do so :
startParameter.offline=true
sorry for this silly question.