From bb1c1514b5c4e94fd823517d9b94b1b264c99b4c Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Tue, 6 Jun 2023 14:51:34 +0200 Subject: Update Dokka's references to 1.8.20 (#3028) --- examples/gradle/dokka-multimodule-example/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/gradle/dokka-multimodule-example/gradle.properties') diff --git a/examples/gradle/dokka-multimodule-example/gradle.properties b/examples/gradle/dokka-multimodule-example/gradle.properties index fa4b7d63..48c3e308 100644 --- a/examples/gradle/dokka-multimodule-example/gradle.properties +++ b/examples/gradle/dokka-multimodule-example/gradle.properties @@ -1,2 +1,2 @@ -kotlinVersion=1.8.10 -dokkaVersion=1.8.10 +kotlinVersion=1.8.20 +dokkaVersion=1.8.20 -- cgit