[LL API] Make 'KtNotUnderContentRootModuleForTest' depend on built-ins

This commit is contained in:
Yan Zhulanow
2023-01-19 18:37:54 +09:00
committed by Space Team
parent 9bd1a24c13
commit f199671c4d
6 changed files with 59 additions and 56 deletions
@@ -172,6 +172,11 @@ public class KtBuiltinsModule(
* A set of sources which lives outside project content root. E.g, testdata files or source files of some other project.
*/
public interface KtNotUnderContentRootModule : KtModule {
/**
* Human-readable module name.
*/
public val name: String
/**
* Module owner file.
* A separate module is created for each file outside a content root.