RuntimeProjectDependency
class RuntimeProjectDependency( val configurationName: ConfigurationName, val path: ProjectPath, val isTestFixture: Boolean) : ProjectDependency
Content copied to clipboard
The typical implementation of ProjectDependency, for normal JVM or Android dependencies.
Constructors
Link copied to clipboard
fun RuntimeProjectDependency( configurationName: ConfigurationName, path: ProjectPath, isTestFixture: Boolean)
Content copied to clipboard
Functions
Link copied to clipboard
fun copy( configurationName: ConfigurationName = this.configurationName, path: ProjectPath = this.path, isTestFixture: Boolean = this.isTestFixture): ProjectDependency
Content copied to clipboard
Let's pretend this is a data class.
Link copied to clipboard