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

com.likethesalad.stem.providers.ProjectDirsProvider.kt Maven / Gradle / Ivy

package com.likethesalad.stem.providers

import java.io.File

interface ProjectDirsProvider {
    fun getProjectDir(): File
    fun getRootProjectDir(): File
    fun getBuildDir(): File
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy