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

hubdle.hubdle-gradle-plugin.0.7.12.source-code.testFixtures.kt Maven / Gradle / Ivy

There is a newer version: 0.7.18
Show newest version
import org.gradle.api.artifacts.Dependency
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler

public fun KotlinDependencyHandler.testFixtures(notation: Any): Dependency =
    project.dependencies.testFixtures(notation)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy