Package 

Class KotlinRootNpmResolver

  • All Implemented Interfaces:

    
    public final class KotlinRootNpmResolver
    
                        

    See KotlinNpmResolutionManager for details about resolution process.

    This class contains many transient properties to deduplicate data when configuration cache is used. Regularly tasks share the same instance of this class, but with configuration cache each task that holds a reference to the instance will create an own copy. We use build services as a single storage for the heavy state of this class.