Skip to content

Commit 0e62a5a

Browse files
committed
ktlint
1 parent 934bcd5 commit 0e62a5a

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
@@ -162,7 +162,7 @@ fun Project.configureJvm() {
162162
fun Project.configureLinux() {
163163
kotlin {
164164
linuxX64()
165-
linuxArm64() // FIXME - Okio missing arm64 target support
165+
linuxArm64() // FIXME - Okio missing arm64 target support
166166
}
167167
}
168168

0 commit comments

Comments
 (0)