Add caching to dependency resolvers in PM20 + some refactoring

This commit is contained in:
Sergey Igushkin
2021-04-16 12:40:05 +03:00
parent 1f0089c5de
commit 53f02a53f0
8 changed files with 153 additions and 50 deletions
@@ -13,7 +13,6 @@ interface ModuleDependencyResolver {
}
interface KotlinDependencyGraphResolver {
// TODO add explicit dependency consistency scopes if we decide to keep non-production code in the same variant
fun resolveDependencyGraph(requestingModule: KotlinModule): DependencyGraphResolution
}