Skip to content

Commit ea991ce

Browse files
committed
Move WithCrt to common source set
1 parent f77f3f8 commit ea991ce

File tree

1 file changed

+1
-5
lines changed
  • aws-crt-kotlin/common/src/aws/sdk/kotlin/crt

1 file changed

+1
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
51
package aws.sdk.kotlin.crt
62

73
/**
@@ -11,4 +7,4 @@ public open class WithCrt {
117
init {
128
CRT.initRuntime { }
139
}
14-
}
10+
}

0 commit comments

Comments
 (0)