From 9af0b307a14253a21d11d340a78dd9061abee359 Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Mon, 27 Mar 2023 03:01:34 -0700 Subject: Mark utilities.* API as Dokka-internal (#2937) * Deprecate unused declaration, remove inline declaration (as it's binary compatible), opt-in into internal API at project level * Opt-in into DokkaInternalApi where applicable * Get rid of intermediate test-utils module --- settings.gradle.kts | 2 -- 1 file changed, 2 deletions(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index e3f493e3..42fc9fdd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -88,8 +88,6 @@ include( ":integration-tests:cli", ":integration-tests:maven", - ":test-utils", - ":mkdocs", ) -- cgit