Colton Idle
05/06/2026, 2:45 AMval blah = 0 to the build file (app build file specifically since this is an android project) and if I hit sync, it'll take 30 seconds.
I figured it out. Ordering of repositories was wrong so it was going to one really slow maven repo mirror first which never had anything. Cool problem solved... but now I'm starting to go a little stir crazy. what does adding val blah = 0 require a dependency refresh. i could literally sync, wait 30 seconds, add val blah2 = 0 sync and its gotta wait 30 seconds again.
I thought the point of gradle is that it caches these things so it wouldn't need to check in for each dep again. I feel like I'm misunderstanding something and claude/codex are giving me conflicting answers.ephemient
05/06/2026, 2:53 PMColton Idle
05/06/2026, 4:14 PMephemient
05/06/2026, 4:25 PMephemient
05/06/2026, 4:25 PMVampire
05/06/2026, 4:33 PMColton Idle
05/06/2026, 4:41 PM