We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can aar types be supported ?
such as: dependencies { implementation group :'me. relex', name :'circleindicator', version :'2.1.6' } me. relex:circleindicator:2.1.6 type is aar , https://repo1.maven.org/maven2/me/relex/circleindicator/2.1.6/circleindicator-2.1.6.pom
dependencies { implementation group :'me. relex', name :'circleindicator', version :'2.1.6' }
now ,if use aar type , bom.json has not dependencies
thanks!
The text was updated successfully, but these errors were encountered:
#532 featured new implementation of dependency resolution which supports artifacts of any types.
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Successfully merging a pull request may close this issue.
such as:
dependencies { implementation group :'me. relex', name :'circleindicator', version :'2.1.6' }
me. relex:circleindicator:2.1.6 type is aar ,
https://repo1.maven.org/maven2/me/relex/circleindicator/2.1.6/circleindicator-2.1.6.pom
now ,if use aar type , bom.json has not dependencies
thanks!
The text was updated successfully, but these errors were encountered: