I’m trying to add dependencies in the `build.gradl...
# compose
l
I’m trying to add dependencies in the
build.gradle
file (trying with
ui-material-studies
). Whichever dependency I add with
implementation "..."
I get a success in the console log but
Android studio
report an error and renders
configurations
as broken not allowing me to run any app. Any idea?