Skip to content

Add support for implementation(files("...")) in gradle project importΒ #89

@disarrik

Description

@disarrik

In gradle you are able to include in the classpath the dependency from the jar file in the local filesystem using

implementation(files("/my/path/dep.jar"))

while the dependency is actually included in the classpath the lsp could not detect it.

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions