project
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.project(vararg notation: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.Dependency(source)
inline fun ERROR CLASS: Symbol not found for org.gradle.api.artifacts.dsl.DependencyHandler.project(vararg notation: Pair<String, Any>): ERROR CLASS: Symbol not found for org.gradle.api.artifacts.Dependency(source)
Kotlin extension function for org.gradle.api.artifacts.dsl.DependencyHandler.project.
See also
org. gradle. api. artifacts. dsl. Dependency Handler. project
fun ERROR CLASS: Symbol not found for DependencyHandler.project(path: String, configuration: String? = null): ERROR CLASS: Symbol not found for ProjectDependency(source)
Creates a dependency on a project without adding it to a configuration.
Return
The dependency.
Parameters
path
the path of the project to be added as a dependency.
configuration
the optional configuration of the project to be added as a dependency.