File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ dokka {
3939 }
4040
4141 dokkaSourceSets.configureEach {
42+ // FIXME Source sets 'common' and 'desktop' have the common sample roots. In Dokka K2 it will be an error.
4243 samples.from(project.file(" samples" ).path, project.file(" generated-src/samples" ).path)
4344 }
4445
4546 // Configure Dokka to link to latest smithy-kotlin types
4647 dokkaSourceSets.configureEach {
47- println (" Configuring externalDocumentationLinks on ${this .name} " )
4848 externalDocumentationLinks {
4949 // FIXME Get current smithy-kotlin-runtime-version without using version catalogs (not accessible from convention plugin)
50- uri(" https://sdk.amazonawss .com/kotlin/api/smithy-kotlin/api/latest/" )
50+ uri(" https://sdk.amazonaws .com/kotlin/api/smithy-kotlin/api/latest/" )
5151 }
5252 }
5353}
You can’t perform that action at this time.
0 commit comments