We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withResolvedScopes()
1 parent 55798c3 commit 1c9f09dCopy full SHA for 1c9f09d
model/src/main/kotlin/Project.kt
@@ -151,7 +151,7 @@ data class Project(
151
* Return a [Project] instance that has its scope information directly available, resolved from the given [graph].
152
* This function can be used to create a fully initialized [Project] if dependency information is available in a
153
* shared [DependencyGraph]. In this case, the set with [Scope]s is constructed as a subset of the provided shared
154
- * graph. Otherwise, result is this same object.
+ * graph. Otherwise, the result is this same object.
155
*/
156
fun withResolvedScopes(graph: DependencyGraph?): Project =
157
if (graph != null && scopeNames != null) {
0 commit comments