commonMain.co.touchlab.skie.plugin.util.SkieConfigurationProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-impl-jvm Show documentation
Show all versions of gradle-plugin-impl-jvm Show documentation
Internal implementation for SKIE Gradle plugin.
package co.touchlab.skie.plugin.util
import co.touchlab.skie.util.directory.SkieBuildDirectory
import org.gradle.api.provider.Provider
import java.io.File
val Provider.skieConfiguration: Provider
get() = map { it.skieConfiguration }