Package-level declarations

Functions

Link copied to clipboard
fun resolveFileOrUrl(fileOrUrl: String): ERROR CLASS: Symbol not found for Pair<java/io/File?, java/net/URL?>

Resolves a given string to either a local file or a URL. If the input cannot be resolved as a URL, it attempts to interpret it as a file path.

Link copied to clipboard
actual fun textFromURL(url: String): String
expect fun textFromURL(url: String): String
actual fun textFromURL(url: String): String