Join Slack
Powered by
Maybe this is a simple question but is `android.us...
# compose
c
Colton Idle
04/13/2022, 9:42 PM
Maybe this is a simple question but is
android.useAndroidX=true
needed in a pure compose android app?
t
tad
04/14/2022, 12:36 AM
Yes, Compose depends on many support libraries and AGP will fail the build if you remove that line with any
androidx.*
libraries in the classpath (at least from checking in AGP 7.1.3)
👍 2
👍🏼 1
👍🏽 1
c
Colton Idle
04/14/2022, 12:38 AM
thanks. i know that appcompat could be removed, so i was just checking on whether or not androidx could also be thrown out. thanks
5
Views
Open in Slack
Previous
Next