Skip to content

Commit 4de3b8f

Browse files
authored
fix: enable intra-repo links in API ref docs (#59)
1 parent 97af857 commit 4de3b8f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "d56dbe9f-1d82-4c2d-963d-23e4a406f381",
3+
"type": "bugfix",
4+
"description": "Enable intra-repo links in API ref docs",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#715"
7+
]
8+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22
kotlin.mpp.enableGranularSourceSetsMetadata=true
33
kotlin.mpp.stability.nowarn=true
4-
# kotlin.native.ignoreDisabledTargets=true
4+
kotlin.mpp.enableCompatibilityMetadataVariant=true
55

66
# aws-crt-kotlin
77
sdkVersion=0.6.5-SNAPSHOT
@@ -19,4 +19,4 @@ kotestVersion=5.4.1
1919
kotlinxCliVersion=0.3.2
2020

2121
# JVM
22-
crtJavaVersion=0.19.0
22+
crtJavaVersion=0.19.0

0 commit comments

Comments
 (0)