aboutsummaryrefslogtreecommitdiff
path: root/runners/ant/src/main
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-05-15 12:13:13 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-05-15 12:13:13 +0200
commitfd6c34d92b7409d3aedd9416c7b06f9c48fe2631 (patch)
tree4b1422c184ec578c8d9103bdba3e38fa756d984f /runners/ant/src/main
parentc605d0c2b75cce9ad8b818cfd75b49c684e2eb98 (diff)
downloaddokka-fd6c34d92b7409d3aedd9416c7b06f9c48fe2631.tar.gz
dokka-fd6c34d92b7409d3aedd9416c7b06f9c48fe2631.tar.bz2
dokka-fd6c34d92b7409d3aedd9416c7b06f9c48fe2631.zip
Fix SinceKotlin
Diffstat (limited to 'runners/ant/src/main')
-rw-r--r--runners/ant/src/main/kotlin/ant/dokka.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/ant/src/main/kotlin/ant/dokka.kt b/runners/ant/src/main/kotlin/ant/dokka.kt
index a54d1351..3ecc7b94 100644
--- a/runners/ant/src/main/kotlin/ant/dokka.kt
+++ b/runners/ant/src/main/kotlin/ant/dokka.kt
@@ -64,7 +64,7 @@ class AntPassConfig(task: Task) : DokkaConfiguration.PassConfiguration {
get() = buildTargets.filter { it.value != "" }
.map { it.value }
- override var sinceKotlin: String = "1.0"
+ override var sinceKotlin: String? = null
private val samplesPath: Path by lazy { Path(task.project) }
private val includesPath: Path by lazy { Path(task.project) }