From 0ba2e229d38ecc02bf34d9b78f57f992d0ec3369 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 18 Sep 2019 17:19:28 +0200 Subject: Readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f7cca55..50bbb6b6 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,8 @@ apply plugin: 'org.jetbrains.dokka' ``` There is also a `noAndroidSdkLink` configuration parameter that works similar to `noJdkLink` and `noStdlibLink` +By default the variant documented by dokka is the first release variant encountered. If you want to change that, +you can disable the autoconfiguration and configure dokka manually. ### Using the Maven plugin -- cgit