Hey, I watched a agp video and they mention gradle project isolation, as means to improve sync times
-- what sync times? I thought syncing was IDE thing .. is gradle aware of IDE?
d
danny
10/28/2021, 1:08 AM
No, but the IDE is aware of Gradle. Almost all of the work for a Gradle project sync is IntelliJ resolving the build model in the Gradle daemon via the tooling API
danny
10/28/2021, 1:08 AM
That's how IntelliJ knows about sourcesets, dependencies, etc
u
ursus
10/28/2021, 1:10 AM
So, they want to reuse config cache during IDE sync?
a
andylamax
10/28/2021, 2:59 AM
can I get the link to the video?
g
gildor
10/28/2021, 3:20 PM
It's not related config cache only, it's a new Gradle feature