JS: disable JVM specific part of internal visibility resolution
This commit is contained in:
@@ -32,6 +32,8 @@ interface ModuleVisibilityManager {
|
||||
val friendPaths: Collection<String>
|
||||
fun addModule(module: Module)
|
||||
fun addFriendPath(path: String)
|
||||
val enabled
|
||||
get() = true
|
||||
|
||||
object SERVICE {
|
||||
@JvmStatic fun getInstance(project: Project): ModuleVisibilityManager =
|
||||
|
||||
Reference in New Issue
Block a user