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 88c61fe commit 4ba7c5bCopy full SHA for 4ba7c5b
aws-crt-kotlin/api/aws-crt-kotlin.api
@@ -41,6 +41,9 @@ public class aws/sdk/kotlin/crt/CrtRuntimeException : java/lang/RuntimeException
41
public fun getMessage ()Ljava/lang/String;
42
}
43
44
+public abstract interface annotation class aws/sdk/kotlin/crt/InternalApi : java/lang/annotation/Annotation {
45
+}
46
+
47
public final class aws/sdk/kotlin/crt/LogDestination : java/lang/Enum {
48
public static final field File Laws/sdk/kotlin/crt/LogDestination;
49
public static final field None Laws/sdk/kotlin/crt/LogDestination;
0 commit comments