Skip to content

Commit

Permalink
Merge pull request #365 from hossain-khan/364-migrate-to-dokka-v2
Browse files Browse the repository at this point in the history
[ADDED] Dokka migration to V2
  • Loading branch information
hossain-khan authored Dec 22, 2024
2 parents 4a7a76e + 67bb792 commit e365895
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

// Dokka - API documentation engine for Kotlin
// https://github.com/Kotlin/dokka
// https://kotlinlang.org/docs/dokka-migration.html
id("org.jetbrains.dokka") version "2.0.0"

// https://kotlinlang.org/docs/ksp-quickstart.html#use-your-own-processor-in-a-project
Expand Down
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
kotlin.code.style=official

# Dokka is an API documentation engine for Kotlin.
# Dokka plugin is in experimental mode, so we need to enable it explicitly
# https://kotlinlang.org/docs/dokka-migration.html#enable-the-new-dokka-gradle-plugin
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 comments on commit e365895

Please sign in to comment.