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

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

There is a newer version: 0.9.0-RC.5
Show newest version
package co.touchlab.skie.plugin.util

import org.gradle.api.file.FileSystemOperations
import javax.inject.Inject

interface InjectedFileSystemOperations {

    @get:Inject
    val fileSystemOperations: FileSystemOperations
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy