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
Copy file name to clipboardExpand all lines: README.md
+64-3Lines changed: 64 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,8 @@ component must be included in your app's build to support `rustls-platform-verif
118
118
#### Gradle Setup
119
119
120
120
`rustls-platform-verifier` bundles the required native components in the crate, but the project must be setup to locate them
121
-
automatically and correctly. These steps assume you are using `.gradle` Groovy files because they're the most common, but everything
122
-
is 100% applicable to Kotlin script (`.gradle.kts`) configurations too with a few replacements.
121
+
automatically and correctly. These steps assume you are using `.gradle` Groovy files because they're the most common, but if you are using
122
+
Kotlin scripts (`.gradle.kts`) for configuration instead, an example snippet is included towards the end of this section.
123
123
124
124
Inside of your project's `build.gradle` file, add the following code and Maven repository definition. If applicable, this should only be the one "app" sub-project that
125
125
will actually be using this crate at runtime. With multiple projects running this, your Gradle configuration performance may degrade.
0 commit comments