fix access from tests to internal elements in production code in case of circular dependency
This commit is contained in:
@@ -23,6 +23,8 @@ public interface Module {
|
||||
|
||||
public fun getOutputDirectory(): String
|
||||
|
||||
public fun getFriendPaths(): List<String>
|
||||
|
||||
public fun getSourceFiles(): List<String>
|
||||
|
||||
public fun getClasspathRoots(): List<String>
|
||||
|
||||
Reference in New Issue
Block a user