What could be causing Gradle to resolve a different version of compose-runtime than the one I am explicitly setting in build.gradle. same with compose-ui, compose-foundation, compose-animation etc
Pablichjenkov
12/21/2024, 12:23 AM
My theory is that explicitly setting the version will override any transitive one. But it seems that I would have to use a resolution strategy to force the version I want