fix KT-9441 Unable to Access Internal Classes from Test Code within Same Module
#KT-9441 Fixed
This commit is contained in:
@@ -29,7 +29,9 @@ import java.io.File
|
||||
|
||||
interface ModuleVisibilityManager {
|
||||
val chunk: Collection<Module>
|
||||
val friendPaths: Collection<String>
|
||||
fun addModule(module: Module)
|
||||
fun addFriendPath(path: String)
|
||||
|
||||
public object SERVICE {
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user