Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Strong authored and AlecKazakova committed May 5, 2022
1 parent 1e8b9a4 commit e9cfa9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -5,6 +5,11 @@ buildscript {
strictly '4.4.1'
}
}
classpath("org.jetbrains.dokka:dokka-gradle-plugin") {
version {
strictly deps.versions.dokka.get()
}
}
}
}

Expand Down

0 comments on commit e9cfa9e

Please sign in to comment.