ualberta-smr / LibCompPlugin

An IntelliJ plugin for comparing libraries
http://smr.cs.ualberta.ca/comparelibraries
MIT License
6 stars 1 forks source link

When we replace an import, we need to add dependency in build file too #48

Open snadi opened 4 years ago

snadi commented 4 years ago

If we replace import 1 with import 2, we need to add the library dependency corresponding to import 2 in the gradle or maven file, if these files exist.