hubdle.hubdle-gradle-plugin.0.7.12.source-code.testFixtures.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hubdle-gradle-plugin Show documentation
Show all versions of hubdle-gradle-plugin Show documentation
Single entry point to configurate any kind of project
import org.gradle.api.artifacts.Dependency
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
public fun KotlinDependencyHandler.testFixtures(notation: Any): Dependency =
project.dependencies.testFixtures(notation)