Replace rustls-platform-verifier-android.aar with single class (#6610)

* Replace the `rustls-platform-verifier-android.aar` with the actual source code

* Exclude the platform-verifier code from linters

* Add manual update instructions

* Exclude from Kover too
This commit is contained in:
Jorge Martin Espinosa 2026-04-17 14:48:50 +02:00 committed by GitHub
parent 6a4fed2baf
commit a341a1a59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 530 additions and 37 deletions

View file

@ -43,6 +43,7 @@ val excludedKoverSubProjects = listOf(
":libraries:core",
":libraries:coroutines",
":libraries:di",
":libraries:rustls-tls",
":tests:detekt-rules",
":tests:konsist",
":tests:testutils",