com.intellij.openapi.roots.libraries.Library Scope Permanently deleted user Created January 22, 2013 19:04 Does com.intellij.openapi.roots.libraries.Library refers to what i see in module dependencies?If yes, how i can change using Library object its scope ?
This is a LibraryOrderEntry, not a Library. It has getScope() and setScope() methods to change the dependency scope.