commonMain.co.touchlab.skie.plugin.util.InjectedFileSystemOperations.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 org.gradle.api.file.FileSystemOperations
import javax.inject.Inject
interface InjectedFileSystemOperations {
@get:Inject
val fileSystemOperations: FileSystemOperations
}