From 502dd4d607e973e21c808295f1b9da60ce480562 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 5 Dec 2022 07:51:29 +0600 Subject: [PATCH] Update libs.versions.toml --- gradle/libs.versions.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b98ce0..d29080f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,10 @@ [versions] -kotlin = "1.7.21" +kotlin = "1.7.22" kotlin-gradle-plugin = "7.2.2" +dokka = "1.7.20" + dexcount = "3.1.0" junit_version = "4.12" test_ext_junit_version = "1.1.3" @@ -35,4 +37,4 @@ github-release = { module = "com.github.breadmoirai:github-release", version.ref [plugins] kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } -kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" } +kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }