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

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

package com.likethesalad.stem.providers

import org.gradle.api.Action
import org.gradle.api.Project

interface PostConfigurationProvider {

    fun executeAfterEvaluate(action: Action)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy