Skip to content

Commit

Permalink
Update dokkaHtml import
Browse files Browse the repository at this point in the history
  • Loading branch information
astri-magnussen authored and astrimagnussen committed Jan 19, 2022
1 parent 82fd2d0 commit 072bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.4.30")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -18,6 +17,7 @@ buildscript {

plugins {
id "org.jetbrains.kotlin.android" version "1.4.21" apply false
id("org.jetbrains.dokka") version "1.6.10"
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
}

Expand Down

0 comments on commit 072bedf

Please sign in to comment.