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 e646015 commit b6b6904Copy full SHA for b6b6904
docs/dependencies/gradle-version-catalog.md
@@ -44,7 +44,7 @@ Use version catalog in any of `build.gradle.kts`:
44
45
```kotlin
46
dependencies {
47
- implementation(libc.cryptography.core)
+ implementation(libs.cryptography.core)
48
implementation(libs.cryptography.provider.optimal)
49
}
50
```
0 commit comments