Skip to content

Commit

Permalink
Disable Dokka documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Apr 14, 2024
1 parent fb26d62 commit cbe96ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mavenPublishing {
signAllPublications()

configure(
KotlinMultiplatform(javadocJar = JavadocJar.Dokka("dokkaGfm")),
KotlinMultiplatform(javadocJar = JavadocJar.Empty()),
)

pom {
Expand Down

0 comments on commit cbe96ca

Please sign in to comment.