File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/aws/sdk/kotlin/crt/util
test/aws/sdk/kotlin/crt/util Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33 * SPDX-License-Identifier: Apache-2.0
44 */
5- import aws.sdk.kotlin.gradle.kmp.NATIVE_ENABLED
65import aws.sdk.kotlin.gradle.crt.CMakeBuildType
76import aws.sdk.kotlin.gradle.crt.cmakeInstallDir
87import aws.sdk.kotlin.gradle.crt.configureCrtCMakeBuild
98import aws.sdk.kotlin.gradle.dsl.configurePublishing
9+ import aws.sdk.kotlin.gradle.kmp.NATIVE_ENABLED
1010import aws.sdk.kotlin.gradle.kmp.configureIosSimulatorTasks
1111import aws.sdk.kotlin.gradle.kmp.configureKmpTargets
1212import aws.sdk.kotlin.gradle.util.typedProp
@@ -229,6 +229,5 @@ private fun findMingwHome(): String =
229229 ? : typedProp(" mingw.prefix" )
230230 ? : throw IllegalStateException (
231231 " Cannot determine MinGW prefix location. Please verify MinGW is installed correctly " +
232- " and that either the `MINGW_PREFIX` environment variable or the `mingw.prefix` Gradle property is set." ,
232+ " and that either the `MINGW_PREFIX` environment variable or the `mingw.prefix` Gradle property is set." ,
233233 )
234-
Original file line number Diff line number Diff line change @@ -88,4 +88,4 @@ private fun MemScope.getProductVersion(versionInfoPtr: CPointer<ByteVarOf<Byte>>
8888 }
8989 blockBytes.decodeToString()
9090 }
91- }
91+ }
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
16package aws.sdk.kotlin.crt.util
27
38import kotlin.test.Test
@@ -8,4 +13,4 @@ class OsVersionTest {
813 val version = osVersionFromKernel()
914 assertNotNull(osInfo.version)
1015 }
11- }
16+ }
You can’t perform that action at this time.
0 commit comments