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

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

Go to download

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

There is a newer version: 2.12.0
Show newest version
package com.likethesalad.stem.providers

import org.gradle.api.Task

interface TaskProvider {
    fun  findTaskByName(name: String): T?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy