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

commonMain.io.github.gaaabliz.kliz.common.util.FileUtils.kt Maven / Gradle / Ivy

package io.github.gaaabliz.kliz.common.util

object FileUtils {

    fun readFromResources(fileName: String): String {
        return FileUtils::class.java.getResource(fileName)?.readText() ?: ""
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy