How can I use paging 2 in one module and paging 3 in another module? Now I have paging 3 dependencies pulled into both modules
in the module connection where I used paging 3, I used this code:
exclude(group = "androidx.paging", module = "paging-runtime")
exclude(group = "androidx.paging", module = "paging-compose")