Hi guys - while doing gradle sync getting error `T...
# community-support
a
Hi guys - while doing gradle sync getting error
The specified project directory '/Users/ak***/len***/integrations' does not exist.
<- although this is module i have added earlier and deleted later manually since then gradly sync is breaking … how can i resolve this?
v
Do you maybe still have it in the settings script and should delete it there too?
a
although i have deleted settings script still it was somehow linked in gradle window provided by IDE so by unlinking it from there solved the issue
👌 1