artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
973 stars 83 forks source link

Fix Android projects that are libraries #316

Closed DonnieWest closed 7 years ago

DonnieWest commented 7 years ago

Some Android projects are Libraries and do not have a "applicationVariants" property. This commit handles the case where that doesn't exist and handles the case of where there is a "libraryVariants" property to extract a classpath from

artur-shaik commented 7 years ago

Thank you.