allow relative friend paths matching relative classpaths

This commit is contained in:
Kevin Bierhoff
2019-10-22 13:58:41 -07:00
committed by Alexander Udalov
parent 68deedb589
commit 5c9cbf7e77
2 changed files with 15 additions and 12 deletions
@@ -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() {