We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eeecb commit 19c8757Copy full SHA for 19c8757
build.gradle.kts
@@ -79,7 +79,7 @@ if (project.prop("kotlinWarningsAsErrors")?.toString()?.toBoolean() == true) {
79
80
// configure the root multimodule docs
81
tasks.dokkaHtmlMultiModule.configure {
82
- moduleName.set("Smithy SDK")
+ moduleName.set("Smithy SDK for Kotlin")
83
84
includes.from(
85
// NOTE: these get concatenated
gradle.properties
@@ -9,7 +9,7 @@ sdkVersion=0.7.8-SNAPSHOT
9
10
# kotlin
11
kotlinVersion=1.6.10
12
-dokkaVersion=1.6.0
+dokkaVersion=1.6.10
13
14
# kotlin libraries
15
coroutinesVersion=1.5.2
0 commit comments