Adds the edges the hand-written graph missed: accompanist-drawablepainter
(real runtime dep of coil-compose-core), appcompat-resources,
profileinstaller, kotlin-stdlib, and the exact lifecycle/coroutines
artifacts from the POMs.
Add coil-core/coil-compose-core (required by the two existing AARs) and
coil-network-core/coil-network-okhttp (Coil 3 core has no network fetcher
— http(s) image URLs need the okhttp module, which registers itself via
ServiceLoader). Consumers take "coil-compose" plus "coil-network-okhttp".
The old coil-base alias is gone; nothing referenced it.