Skip to content

Commit

Permalink
Workaround the issue in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent 4bf7115 commit 65548c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ plugins {
id("org.jetbrains.dokka")
}

// workaround for https://github.com/Kotlin/dokka/issues/3903 from https://github.com/Kotlin/dokka/issues/2260 TODO remove when it's fixed
repositories {
mavenCentral()
}

dependencies {
dokka(project(":exposed-adt-mapping"))
}

0 comments on commit 65548c3

Please sign in to comment.