And since it's a separated library any clue about ...
# compose
t
And since it's a separated library any clue about how I can force the dep to be resolved to the previous version from a central point and not everywhere?
🧵 3
Yes let's create a thread for 2 completely different questions .....
Copy code
configurations.all {
    resolutionStrategy {
        force("androidx.compose.material:material-ripple:1.6.0-alpha01")
    }
}
In the app build.gradle.kts if anyone wonders.
😂 1