refactor(build): Centralize Dokka configuration into convention plugin (#4173)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-09 09:40:00 -06:00 committed by GitHub
parent 02f99bd7bb
commit 731430d7d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 283 additions and 149 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Meshtastic LLC
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -15,10 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
plugins {
alias(libs.plugins.meshtastic.kmp.library)
alias(libs.plugins.kover)
}
plugins { alias(libs.plugins.meshtastic.kmp.library) }
kotlin {
@Suppress("UnstableApiUsage")