Object KotlinTargetHierarchy.SourceSetTree.Companion
-
- All Implemented Interfaces:
public class KotlinTargetHierarchy.SourceSetTree.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinTargetHierarchy.SourceSetTreemainprivate final KotlinTargetHierarchy.SourceSetTreetestprivate final KotlinTargetHierarchy.SourceSetTreeunitTestprivate final KotlinTargetHierarchy.SourceSetTreeinstrumentedTestprivate final KotlinTargetHierarchy.SourceSetTreeintegrationTestpublic final static KotlinTargetHierarchy.SourceSetTree.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KotlinTargetHierarchy.SourceSetTreegetMain()The 'main' SourceSetTree. final KotlinTargetHierarchy.SourceSetTreegetTest()The 'test' SourceSetTree. final KotlinTargetHierarchy.SourceSetTreegetUnitTest()Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonUnitTest' as the root SourceSet e.g. final KotlinTargetHierarchy.SourceSetTreegetInstrumentedTest()Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonInstrumentedTest' as the root SourceSet e.g. final KotlinTargetHierarchy.SourceSetTreegetIntegrationTest()Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonIntegrationTest' as root SourceSEt -
-
Method Detail
-
getMain
final KotlinTargetHierarchy.SourceSetTree getMain()
The 'main' SourceSetTree. Typically, with 'commonMain' as the root SourceSet
-
getTest
final KotlinTargetHierarchy.SourceSetTree getTest()
The 'test' SourceSetTree. Typically, with 'commonTest' as the root SourceSet
-
getUnitTest
final KotlinTargetHierarchy.SourceSetTree getUnitTest()
Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonUnitTest' as the root SourceSet e.g. relevant for organising Android unitTest compilations/SourceSets
-
getInstrumentedTest
final KotlinTargetHierarchy.SourceSetTree getInstrumentedTest()
Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonInstrumentedTest' as the root SourceSet e.g. relevant for organising Android instrumented compilations/SourceSets
-
getIntegrationTest
final KotlinTargetHierarchy.SourceSetTree getIntegrationTest()
Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonIntegrationTest' as root SourceSEt
-
-
-
-