-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Could not resolve dependencies even with maven repo added. #6
Comments
Hm, thank you for reporting. Do you have access to the GitHub package registry? I was worried about this, maybe we should use a different registry, like Maven central, until it GHPR becomes public. I’ll update the readme. |
Alternatively, you can just download the artifact directly: https://github.com/breandan/kotlingrad/packages/19629 |
I have updated the installation instructions with the complete Gradle configuration and tested it on a fresh project. Please feel free to reopen if this does not work for some reason. |
I follow the new installation instructions. The dependency can be resolved. However, the package seems not to be recognized. I cannot use it in my code. I'm not sure where has gone wrong. |
Which version are you using? |
I have tried 0.1 and 0.2, both are not working. |
Try using version |
My
build.gradle.kts
file is likeand it fails to resolve
edu.umontreal:kotlingrad:0.1
.The text was updated successfully, but these errors were encountered: