We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b41b5 commit 8e7648fCopy full SHA for 8e7648f
build.gradle.kts
@@ -21,5 +21,5 @@ buildscript {
21
}
22
23
plugins {
24
- id("org.jetbrains.dokka") version "1.8.10" apply false
+ id("org.jetbrains.dokka") version "1.9.0" apply false
25
gradle/libs.versions.toml
@@ -44,11 +44,11 @@ anotation = "1.6.0"
44
mockk_android = "1.13.4"
45
test_runner = "1.5.2"
46
#sonar
47
-sonar = "4.0.0.2929"
+sonar = "4.4.0.3356"
48
#dokka
49
-dokka = "1.8.10"
+dokka = "1.9.0"
50
#ktlint
51
-ktlint = "11.3.1"
+ktlint = "11.6.0"
52
53
[libraries]
54
# Project
0 commit comments