This commit is contained in:
jiahua.liu 2020-04-13 17:32:28 +08:00
parent 98e52f0c63
commit 10fd960aee

View File

@ -165,7 +165,7 @@ object PluginManager {
val pluginsFound = findPluginsResult.pluginsFound
val pluginsLocation = findPluginsResult.pluginsLocation
//不仅要解决A->B->C->A, 还要解决A->B->C->A
//不仅要解决A->B->C->A, 还要解决A->B->A->A
fun checkNoCircularDepends(
target: PluginDescription,
needDepends: List<String>,