
name.remal.gradle_plugins.dsl.extensions.java.util.function.Function.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugins-kotlin-dsl Show documentation
Show all versions of gradle-plugins-kotlin-dsl Show documentation
Remal Gradle plugins: gradle-plugins-kotlin-dsl
package name.remal.gradle_plugins.dsl.extensions
import org.gradle.api.Action
import java.util.function.Function as JFunction
fun JFunction.toConfigureAction() = Action { apply(it) }