getJsDependencyResults

fun Project.getJsDependencyResults(): Provider<List<ResolvedDependencyResult>>(source)

Lazily returns a list of this module's direct JS dependencies (no transitive dependencies included).

See also

for a way to check if a specific dependency is included in this list.