Skip to content

Commit

Permalink
Add comment explanation issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Sep 20, 2023
1 parent 0e36e7a commit 25eb3c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion accounts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
// withJavadocJar()
// withJavadocJar() https://github.com/Kotlin/dokka/issues/2956
}
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
// withJavadocJar()
// withJavadocJar() https://github.com/Kotlin/dokka/issues/2956
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
// withJavadocJar()
// withJavadocJar() https://github.com/Kotlin/dokka/issues/2956
}
}

Expand Down
2 changes: 1 addition & 1 deletion in-app-payments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
// withJavadocJar()
// withJavadocJar() https://github.com/Kotlin/dokka/issues/2956
}
}

Expand Down
2 changes: 1 addition & 1 deletion testcore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
publishing {
singleVariant("release") {
withSourcesJar()
// withJavadocJar()
// withJavadocJar() https://github.com/Kotlin/dokka/issues/2956
}
}

Expand Down

0 comments on commit 25eb3c1

Please sign in to comment.