Skip to content

Instantly share code, notes, and snippets.

@brianduff
Created February 10, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianduff/e4453d4774671e1a9124e99216982ef5 to your computer and use it in GitHub Desktop.
Save brianduff/e4453d4774671e1a9124e99216982ef5 to your computer and use it in GitHub Desktop.
for (IjProjectElement dep : moduleDeps.keySet()) {
if (dep instanceof IjLibrary) {
referencedLibraries.add((IjLibrary) dep);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment