com.intellij.openapi.roots.libraries.Library Scope Permanently deleted user 创建于 2013年01月22日 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.