Skip to content

Commit 19c8757

Browse files
authored
chore(build): dokka upgrade (#588)
1 parent f6eeecb commit 19c8757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (project.prop("kotlinWarningsAsErrors")?.toString()?.toBoolean() == true) {
7979

8080
// configure the root multimodule docs
8181
tasks.dokkaHtmlMultiModule.configure {
82-
moduleName.set("Smithy SDK")
82+
moduleName.set("Smithy SDK for Kotlin")
8383

8484
includes.from(
8585
// NOTE: these get concatenated

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sdkVersion=0.7.8-SNAPSHOT
99

1010
# kotlin
1111
kotlinVersion=1.6.10
12-
dokkaVersion=1.6.0
12+
dokkaVersion=1.6.10
1313

1414
# kotlin libraries
1515
coroutinesVersion=1.5.2

0 commit comments

Comments
 (0)