allow relative friend paths matching relative classpaths
This commit is contained in:
committed by
Alexander Udalov
parent
68deedb589
commit
5c9cbf7e77
@@ -90,7 +90,7 @@ class CliModuleVisibilityManagerImpl(override val enabled: Boolean) : ModuleVisi
|
||||
}
|
||||
|
||||
override fun addFriendPath(path: String) {
|
||||
friendPaths.add(path)
|
||||
friendPaths.add(File(path).absolutePath)
|
||||
}
|
||||
|
||||
override fun dispose() {
|
||||
|
||||
Reference in New Issue
Block a user