Skip to content

Commit

Permalink
Use apiParts to have a dependency on dokka-core in .pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
romanowski committed Sep 25, 2020
1 parent 7ee2a72 commit 0667d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ repositories {
maven(url = "https://dl.bintray.com/kotlin/kotlin-dev")
}

val dokka_version: String by project

dependencies {
val dokka_version: String by project
compileOnly("org.jetbrains.dokka:dokka-core:$dokka_version")
apiElements("org.jetbrains.dokka:dokka-core:$dokka_version")
implementation("org.jetbrains.dokka:dokka-base:$dokka_version")
implementation("com.vladsch.flexmark:flexmark-all:0.42.12")
implementation("nl.big-o:liqp:0.6.7")
Expand Down

0 comments on commit 0667d9d

Please sign in to comment.