Skip to content

Commit 8a5669a

Browse files
committed
Add KDocs
1 parent 5757c98 commit 8a5669a

File tree

1 file changed

+3
-0
lines changed
  • aws-crt-kotlin/native/src/aws/sdk/kotlin/crt

1 file changed

+3
-0
lines changed

aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/WithCrt.kt

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

7+
/**
8+
* A mixin class used to ensure CRT is initialized before the class is invoked
9+
*/
710
public open class WithCrt() {
811
init {
912
CRT.initRuntime { }

0 commit comments

Comments
 (0)