Dokka 0.9.15 released!
https://github.com/Kotlin/dokka/releases/tag/0.9.15
* Bundled Kotlin compiler updated to 1.1.3
* (Gradle) processConfigurations now deprecated, new configuration mechanism kotlinTasks added.
* (#168) Compatibility with Android Build Tools 3.0.0-alpha3+
* When Gradle plugin dokka-android used Android Reference now linked by default.
* (#171) Fixed parameters formatting is broken in 0.9.14
* (#167, KT-18213) Fixed StringIndexOutOfRange for Markdown reference style links.
* Added opt-in caching of package-list's, see cacheRoot in the docs.