Add Dokka version 0.9.18 (#3267)

* Add Dokka 0.9.18

* Add bucket prefix

Co-Authored-By: Ash258 <cabera.jakub@gmail.com>
This commit is contained in:
Jakub Čábera 2019-03-26 11:32:36 +01:00 committed by Richard Kuhnt
parent 60d4b2978a
commit d69ac4eeec

16
dokka.json Normal file
View File

@ -0,0 +1,16 @@
{
"version": "0.9.18",
"description": "Documentation Engine for Kotlin.",
"homepage": "https://github.com/Kotlin/dokka/",
"license": "Apache-2.0",
"suggest": {
"JRE": "java/oraclejdk-lts"
},
"url": "https://github.com/Kotlin/dokka/releases/download/0.9.18/dokka-fatjar-0.9.18.jar#/dokka.jar",
"hash": "4c73eee92dd652ea8e2afd7b20732cf863d4938a30f634d12c88fe64def89fd8",
"bin": "dokka.jar",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Kotlin/dokka/releases/download/$version/dokka-fatjar-$version.jar#/dokka.jar"
}
}