Skip to content

Commit

Permalink
Fix dokka version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester Zieliński committed Jul 4, 2023
1 parent 38b88db commit 8f5436e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ nordic-scanner = "1.6.0"
nordic-common = "1.7.1"
nordic-memfault = "1.0.2"
nordicPlugins = "1.4.6"
dokkaPlugin = "1.8.20"
googleServicesPlugins = "4.3.15"
firebaseCrashlyticsPlugins = "2.9.2"

Expand Down Expand Up @@ -220,7 +221,7 @@ android-library = { id = "com.android.library", version.ref = "androidGradlePlug
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaPlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
Expand Down

0 comments on commit 8f5436e

Please sign in to comment.