Skip to content

Commit

Permalink
Fix add dokka classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Pirozzi committed Oct 19, 2021
1 parent 71953cb commit 92bb8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildscript {
classpath Deps.hilt_plugin
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.realm:realm-gradle-plugin:10.8.0"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 92bb8b5

Please sign in to comment.