All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.Utils.kt Maven / Gradle / Ivy

The newest version!
/**
 * Utils for use in scripts.
 * Located in default package to reduce imports.
 */

import java.io.File

fun String.asFile(): File = File(this)

fun Int.hex(): String = Integer.toHexString(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy