Skip to content

Commit 186cd26

Browse files
committed
Fix package and imports
1 parent 326ddca commit 186cd26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ kotlin {
122122
Files.writeString(
123123
defPath.get().asFile.toPath(),
124124
"""
125-
package = aws.smithy.kotlin.native.winver
125+
package = aws.sdk.kotlin.crt.winver
126126
headers = windows.h
127127
compilerOpts = \
128128
-DUNICODE \

aws-crt-kotlin/mingw/src/aws/sdk/kotlin/crt/util/OsVersion.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*/
55
package aws.sdk.kotlin.crt.util
66

7+
import aws.sdk.kotlin.crt.winver.*
8+
79
// The functions below are adapted from C++ SDK:
810
// https://github.com/aws/aws-sdk-cpp/blob/0e6085bf0dd9a1cb1f27d101c4cf2db6ade6f307/src/aws-cpp-sdk-core/source/platform/windows/OSVersionInfo.cpp#L49-L106
911

0 commit comments

Comments
 (0)