From 05ecfaace71a452e1f0362423ea9a77563b95ad2 Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Sun, 6 Aug 2023 14:27:41 +0200 Subject: [PATCH] Update Knit to 0.5.0-Beta Into the master because the update contains a workaround required for Dokka, see https://github.com/Kotlin/dokka/pull/3105 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a00a02c641..3d9431be0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ kotlin_version=1.8.20 junit_version=4.12 junit5_version=5.7.0 atomicfu_version=0.21.0 -knit_version=0.4.0 +knit_version=0.5.0-Beta html_version=0.7.2 lincheck_version=2.18.1 dokka_version=1.8.10