From 0370d016c95761b57f13b007cd8c2494601a1539 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Wed, 3 Oct 2018 08:01:20 +0300 Subject: Introduce per-pass sinceKotlin --- integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'integration/src/main/kotlin') diff --git a/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt b/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt index 7eb1d3f2..12efd252 100644 --- a/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt +++ b/integration/src/main/kotlin/org/jetbrains/dokka/configuration.kt @@ -71,6 +71,7 @@ interface DokkaConfiguration { val collectInheritedExtensionsFromLibraries: Boolean val analysisPlatform: Platform val targets: List + val sinceKotlin: String } interface SourceRoot { -- cgit