Skip to content

Commit 8352a76

Browse files
committed
remove commented code
1 parent 96485e9 commit 8352a76

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ dokka {
6565
dokkaSourceSets.configureEach {
6666
externalDocumentationLinks {
6767
create("smithy-kotlin") {
68-
//val smithyKotlinRuntimeVersion = versionCatalogs.named("libs").findVersion("smithy-kotlin-runtime-version").get()
6968
url("https://docs.aws.amazon.com/smithy-kotlin/api/latest")
7069
}
7170
}

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
88
# sdk
99
sdkVersion=1.5.33-SNAPSHOT
1010

11-
## dokka config (values specified at build-time as needed)
12-
#smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
13-
1411
# atomicfu
1512
kotlinx.atomicfu.enableJvmIrTransformation=true
1613
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274

0 commit comments

Comments
 (0)