Skip to content

Commit

Permalink
Fix dokka version to match kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed committed Aug 8, 2024
1 parent f24d98b commit 27712ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec

object Versions {
const val asm = "9.6"
const val dokka = "1.7.20"
const val dokka = "1.9.20" // note: must be compatible with kotlin version
const val gradle_download = "5.3.0"
const val gradle_versions = "0.47.0"

Expand Down

0 comments on commit 27712ca

Please sign in to comment.