Skip to content

Commit 29b44c6

Browse files
committed
Add a comment
1 parent 466a891 commit 29b44c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureTargets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fun Project.configureKmpTargets() {
115115
kmpExt.apply { configureWindows() }
116116
}
117117
if ((hasLinux || hasDesktop) && HostManager.hostIsLinux) {
118-
if (group == "aws.sdk.kotlin.crt") {
118+
if (group == "aws.sdk.kotlin.crt") { // TODO Remove special-casing once K/N is released across the entire project
119119
kmpExt.apply { configureLinux() }
120120
} else {
121121
kmpExt.apply { configureDummyLinux() }

0 commit comments

Comments
 (0)