diff --git a/dokka.json b/dokka.json new file mode 100644 index 0000000000..c53fc68f86 --- /dev/null +++ b/dokka.json @@ -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" + } +}