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 03287f5 commit 73ca05aCopy full SHA for 73ca05a
build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureTargets.kt
@@ -121,7 +121,6 @@ fun Project.configureKmpTargets() {
121
} else {
122
println("Skipping configuration of Windows target for unsupported project: $group")
123
}
124
-
125
126
if ((hasLinux || hasDesktop) && HostManager.hostIsLinux) {
127
if (group == "aws.sdk.kotlin.crt") { // TODO Remove special-casing once K/N is released across the entire project
0 commit comments