You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
This causes gradle resolution to fail when trying to use lab library.
> Could not find subroh0508.net.kotlinmaterialui:core:0.5.5.
Searched in the following locations:
- https://dl.bintray.com/subroh0508/maven/subroh0508/net/kotlinmaterialui/core/0.5.5/core-0.5.5.pom
Required by:
project :memento-identity-backend > net.subroh0508.kotlinmaterialui:lab:0.5.5
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
The text was updated successfully, but these errors were encountered:
Published lab 0.5.5 artifact seems to contain invalid dependency, if you look at the published module at https://dl.bintray.com/subroh0508/maven/net/subroh0508/kotlinmaterialui/lab/0.5.5/:lab-0.5.5.module you can observe a dependancy to subroh0508.net.kotlinmaterialui
This causes gradle resolution to fail when trying to use lab library.
The text was updated successfully, but these errors were encountered: