From f39971875c4f7d98dc1add2a8ed949d22b25600b Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Mon, 20 Jul 2020 14:20:17 +0200 Subject: Re-introduce default DokkaCollectorTask, run on all submodules by default, add Collector0IntegrationTest --- core/src/main/kotlin/DokkaBootstrap.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src') diff --git a/core/src/main/kotlin/DokkaBootstrap.kt b/core/src/main/kotlin/DokkaBootstrap.kt index 159172a5..f4533d5b 100644 --- a/core/src/main/kotlin/DokkaBootstrap.kt +++ b/core/src/main/kotlin/DokkaBootstrap.kt @@ -4,6 +4,7 @@ import java.util.function.BiConsumer import kotlin.jvm.Throws interface DokkaBootstrap { + @Throws(Throwable::class) fun configure(serializedConfigurationJSON: String, logger: BiConsumer) @Throws(Throwable::class) -- cgit