Skip to content

Commit

Permalink
ADD :: Dokka Dependeny 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Mar 22, 2024
1 parent fb1c644 commit 2ccde76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
kotlin("jvm") version PluginVersions.JVM_VERSION
id("org.jlleitschuh.gradle.ktlint") version PluginVersions.KLINT_VERSION
id("org.jetbrains.dokka") version "1.9.20"
}

subprojects {
Expand All @@ -14,6 +15,8 @@ subprojects {
version = PluginVersions.KAPT_VERSION
}

apply(plugin = "org.jetbrains.dokka")

dependencies {

// kotlin
Expand Down

0 comments on commit 2ccde76

Please sign in to comment.