From 219e2c98f5d03fc8581fd6ce9dd870919523be44 Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Tue, 25 Aug 2020 15:47:11 +0200 Subject: Add note to migration guide to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e4a755d..19aff3b6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ kotlin { // Kotlin plugin configuration ``` ### Using the Gradle plugin +_Note: If you are upgrading from 0.10.x to a current release of dokka, please have a look at our +[migration guide](runners/gradle-plugin/MIGRATION.md)_ The preferred way is to use `plugins` block. Since dokka is currently not published to the Gradle plugin portal, you not only need to add `dokka` to the `build.gradle.kts` file, but you also need to modify the `settings.gradle.kts` file: -- cgit