You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/runtime-core/api/runtime-core.api
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2392,6 +2392,10 @@ public final class aws/smithy/kotlin/runtime/util/OsFamily : java/lang/Enum {
2392
2392
public abstract interface class aws/smithy/kotlin/runtime/util/PlatformEnvironProvider : aws/smithy/kotlin/runtime/util/EnvironmentProvider, aws/smithy/kotlin/runtime/util/PropertyProvider {
2393
2393
}
2394
2394
2395
+
public final class aws/smithy/kotlin/runtime/util/PlatformKt {
2396
+
public static final fun getLineSeparator (Laws/smithy/kotlin/runtime/util/OperatingSystem;)Ljava/lang/String;
2397
+
}
2398
+
2395
2399
public abstract interface class aws/smithy/kotlin/runtime/util/PlatformProvider : aws/smithy/kotlin/runtime/util/Filesystem, aws/smithy/kotlin/runtime/util/PlatformEnvironProvider {
2396
2400
public static final field Companion Laws/smithy/kotlin/runtime/util/PlatformProvider$Companion;
0 commit comments