As part of setup for compose i see that the gradle...
# gradle
z
As part of setup for compose i see that the gradle file now holds this:
Copy code
packagingOptions {
        resources {
            excludes += '/META-INF/{AL2.0,LGPL2.1}' // ??? 
        }
    }
Does anyone know what this means? (edited)