refreshVersions
refreshVersions copied to clipboard
Androidx media3 datasource vs dataSource
🐛 Describe the bug
both dataSource and datasource show up in completion
⚠️ Current behavior
dataSource is standalone, datasource is a group.
✅ Expected behavior
Like ui, ui. completes to children.
💣 Steps to reproduce
See https://github.com/jmfayard/refreshVersions/blob/main/plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt#L1860
Nice catch, it looks like we missed it while reviewing our work on AndroidX dependency notations.
it should be a DependencyNotationAndGroup. I'll fix it for the next release.