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 was archived by the owner on May 13, 2026. It is now read-only.
When using a kotlin build.gradle.kts script, the readme suggests I ought to be able to invoke repositories { githubPackage("name") } to add a repository, but this seems to not work -- the repository isn't included in the repositories list provided by gradle when it's reporting that downloading a dependency has failed.
When using a kotlin
build.gradle.ktsscript, the readme suggests I ought to be able to invokerepositories { githubPackage("name") }to add a repository, but this seems to not work -- the repository isn't included in the repositories list provided by gradle when it's reporting that downloading a dependency has failed.Explicitly invoking the Action that
githubPackagereturns seems to function as a workaround.Originally discovered by @Millad and reported here.