From 461555fa235417bcff0fa9238d624e332635f08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Thu, 25 Jun 2026 11:51:46 +0200 Subject: [PATCH] docs(driver-multiplatform): Include the Multiplatform driver in the documentation --- build.gradle.kts | 4 +++- docs/website/build.gradle.kts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4192a0d9..5c8dabb4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,6 +54,8 @@ dependencies { library(projects.driverSyncKmongo) library(projects.driverCoroutines) library(projects.driverCoroutinesKmongo) + library(projects.driverMultiplatformWire) + library(projects.driverMultiplatform) } // region Check the users of the project didn't forget to rename the group diff --git a/docs/website/build.gradle.kts b/docs/website/build.gradle.kts index 6cfab438..6c69946f 100644 --- a/docs/website/build.gradle.kts +++ b/docs/website/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, OpenSavvy and contributors. + * Copyright (c) 2024-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,4 +33,6 @@ dependencies { dokka(projects.driverSyncKmongo) dokka(projects.driverCoroutines) dokka(projects.driverCoroutinesKmongo) + dokka(projects.driverMultiplatformWire) + dokka(projects.driverMultiplatform) } -- 2.51.2