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

commonMain.co.touchlab.skie.plugin.util.SkieConfigurationProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.9.0-RC.5
Show newest version
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 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy