Coil uses androidx.appcompat? But Compose doesn't need it? #834
Answered
by
colinrtwhite
ColtonIdle
asked this question in
Q&A
-
Saw this in the release notes and so I just want some clarity. A big reason my team is happy about moving to compose is that we were able to officially stop using appcompat. By using coil for compose am I forced to use appcompat, or is this a thing thats only forced on the base coil artifact? |
Beta Was this translation helpful? Give feedback.
Answered by
colinrtwhite
Jul 30, 2021
Replies: 1 comment 3 replies
-
Coil only uses appcompat-resources, though I'd be surprised to hear your app doesn't use androidx.appcompat as it's used by AppCompatActivity. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ColtonIdle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coil only uses appcompat-resources, though I'd be surprised to hear your app doesn't use androidx.appcompat as it's used by AppCompatActivity.