Skip to content

Commit

Permalink
Add dokka plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Sep 9, 2021
1 parent 097db67 commit 86fc38b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension

plugins {
kotlin("multiplatform") apply false
id("org.jetbrains.dokka") version "1.5.0"

}

// Collect all source and class directories for jacoco
Expand Down
6 changes: 6 additions & 0 deletions buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
object Versions {
// Gradle plugins
const val dokka = "1.5.0"

// Kotlin and libs
const val kotlin = "1.4.32"
const val kotlinxSerialization = "1.1.0"
const val kotlinxCoroutines = "1.4.3-native-mt"
const val ktor = "1.5.2"

// Other dependencies
const val jackson = "2.12.2"

// Testing
const val kotest = "4.4.1"
}

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ kotlin.code.style=official
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.js.generate.executable.default=false

org.gradle.jvmargs=-XX:MaxMetaspaceSize=256m

0 comments on commit 86fc38b

Please sign in to comment.