mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
addWorkerManager() needed androidx.hilt 1.2.0 for its KSP compiler, which left addDagger() asking for 1.0.0 while conflict resolution silently handed it 1.2.0, and hilt-compiler declared twice at two different versions. The version moves to Versions.AndroidX.Hilt.core, addDagger() stays the single place that registers hilt-common and the hilt-compiler, and addWorkerManager() declares only hilt-work. Declared and resolved versions now match, so the dependency report no longer shows a 1.0.0 -> 1.2.0 substitution. No dependency graph change: 1.2.0 is what already resolved.