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 326ddca commit 186cd26Copy full SHA for 186cd26
aws-crt-kotlin/build.gradle.kts
@@ -122,7 +122,7 @@ kotlin {
122
Files.writeString(
123
defPath.get().asFile.toPath(),
124
"""
125
- package = aws.smithy.kotlin.native.winver
+ package = aws.sdk.kotlin.crt.winver
126
headers = windows.h
127
compilerOpts = \
128
-DUNICODE \
aws-crt-kotlin/mingw/src/aws/sdk/kotlin/crt/util/OsVersion.kt
@@ -4,6 +4,8 @@
4
*/
5
package aws.sdk.kotlin.crt.util
6
7
+import aws.sdk.kotlin.crt.winver.*
8
+
9
// The functions below are adapted from C++ SDK:
10
// https://github.com/aws/aws-sdk-cpp/blob/0e6085bf0dd9a1cb1f27d101c4cf2db6ade6f307/src/aws-cpp-sdk-core/source/platform/windows/OSVersionInfo.cpp#L49-L106
11
0 commit comments