[PM-19738] Create network module

Create a library module responsible for communicating with the Bitwarden network API.

Additionally, the following changes were made to checks and workflows:
- Updated `build.gradle.kts` to include Kover for the `network` module.
- Updated `Fastfile` to include lint, test and kover report generation tasks for the `network` module.
This commit is contained in:
Patrick Honkonen
2025-03-28 16:12:24 -04:00
parent 5d5bc25a45
commit a2f4e4f3b5
10 changed files with 80 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ platform :android do
)
end
desc "Runs lint, tests and generates Kover reports for all project modules"
desc "Runs lint, tests, and generates Kover reports for all project modules"
lane :check do
gradle(
tasks: [