[IDE] Move library dependency filtering to dependencies cache
The primary client of LibraryDependenciesCache is LibraryInfo, but it is also used for maintaining modification trackers of source-dependent libraries. Moving dependency filtering to cache allows keeping all client in sync. ^KT-45908 In Progress
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
class LibraryClass
|
||||
+1
@@ -0,0 +1 @@
|
||||
class DependencyClass
|
||||
+1
@@ -0,0 +1 @@
|
||||
class SourceDependentClass
|
||||
+1
@@ -0,0 +1 @@
|
||||
class Test1
|
||||
Reference in New Issue
Block a user