diff options
author | Ivan Canet <ivan.canet@gmail.com> | 2019-01-25 15:46:01 +0100 |
---|---|---|
committer | Simon Ogorodnik <simon.ogorodnik@gmail.com> | 2019-01-25 17:46:01 +0300 |
commit | c189c8c338c219b8d773666475f5ae2818461b0a (patch) | |
tree | 99f9165525c496ae351e8d36c281ad2d7a1ccbaf | |
parent | e94df7be47eef5b8305c291037a6b15852647eb8 (diff) | |
download | dokka-c189c8c338c219b8d773666475f5ae2818461b0a.tar.gz dokka-c189c8c338c219b8d773666475f5ae2818461b0a.tar.bz2 dokka-c189c8c338c219b8d773666475f5ae2818461b0a.zip |
Typo in README: "not overrides" (#399)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ dokka { impliedPlatforms = ["JVM"] // See platforms section of documentation // Manual adding files to classpath - // This property not overrides classpath collected from kotlinTasks but appends to it + // This property doesn't override classpath collected from kotlinTasks but appends to it classpath = [new File("$buildDir/other.jar")] // By default, sourceRoots is taken from kotlinTasks, following roots will be appended to it |