Johan Reitan
01/20/2021, 8:37 AMandroidx.compose.*:*
^^^^^^^^^^^^^^^^
androidx.paging:paging-compose
^^^^^^^^^^^^^^^. ^^^^^^^
com.google.dagger:hilt-compiler
^^^^^^^^^^^^^.^^^^
Note that the last entry with the hilt-compiler
is working fine, which indicates to me that I've set this up correctly.
When I run gradle sync or refreshVersions, I get this in my `versions.properties`:
version.androidx.compose.foundation=1.0.0-alpha10
version.androidx.compose.material=1.0.0-alpha10
version.androidx.compose.runtime=1.0.0-alpha10
version.androidx.compose.ui=1.0.0-alpha10
version.androidx.paging=2.1.2
But I was expecting this:
version.androidx.compose=1.0.0-alpha10
version.androidx.paging=2.1.2
version.androidx.paging.compose=1.0.0-alpha05
Is there something wrong with my androidx rules, or do they conflict with the built-in ones maybe? Or have I misunderstood this feature completely? 😅Nikky
01/20/2021, 12:27 PMJohan Reitan
01/20/2021, 12:34 PMJohan Reitan
01/25/2021, 9:31 AMlouiscad
01/25/2021, 9:33 AMJohan Reitan
01/25/2021, 9:39 AMandroidx.compose
or androidx.paging.compose
. That is if this rule doesn't clash:
androidx.*:*
^^^^^^^^^^
But then I don't see how the other builtin androidx rules would work...louiscad
01/25/2021, 12:41 PMJohan Reitan
01/25/2021, 12:47 PMJohan Reitan
01/25/2021, 1:15 PMversions.properties
louiscad
01/25/2021, 1:51 PMversions.properties
?Johan Reitan
01/25/2021, 1:57 PMversions.properties
. After removing those entries, the sample seems to work correctly, not adding the duplicates back.
I thought maybe issue #312 was related to my issue, but it seems that's another issue.Johan Reitan
01/25/2021, 1:58 PM