dd731da6d1
Previous plugin resolution mechanism was only searching for exact artifact without transitive dependencies. The configuration allows resolving transitive dependencies, but it resolves stdlib which fails because the compiler loads plugins using parent last classloader. Non-transitivity can be removed after parent last classloader is removed.