We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312f049 commit 58fde1aCopy full SHA for 58fde1a
README.md
@@ -60,7 +60,7 @@ rules_kotlin_version = "1.9.0"
60
rules_kotlin_sha = "5766f1e599acf551aa56f49dab9ab9108269b03c557496c54acaf41f98e2b8d6"
61
http_archive(
62
name = "rules_kotlin",
63
- urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % rules_kotlin_version],
+ urls = ["https://github.com/bazelbuild/rules_kotlin/releases/download/v%s/rules_kotlin-v%s.tar.gz" % (rules_kotlin_version, rules_kotlin_version)],
64
sha256 = rules_kotlin_sha,
65
)
66
0 commit comments