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

seskar.gradle.plugin.FileTransformer.kt Maven / Gradle / Ivy

package seskar.gradle.plugin

fun interface FileTransformer {
    fun transform(
        content: String,
    ): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy