Package-level declarations
Types
Properties
Returns the file size in a human-readable format.
Gets the current date and time in the system's default time zone.
Returns the method name contains this call-site
Returns the actual class URL
Gets the current date and time in UTC timezone.
Creates a new coroutine scope that uses Dispatchers.Virtual as its dispatcher.
Functions
Convert JS ArrayBuffer to Kotlin ByteArray
Returns a human-readable version of the Byte size, where the input represents a specific number of bytes.
Returns the runtime information of the JVM and OS.
Runs the given suspend block on Dispatchers.Virtual, so that we can call blocking I/O APIs from coroutines
The code is adapted from compose-multiplatform-file-picker
Run the lambda in the context of the receiver classloader.
A virtual thread friendly kotlin.lazy implementation.