Object KotlinSourceSetTree.Companion

    • Constructor Detail

    • Method Detail

      • getUnitTest

         final KotlinSourceSetTree 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 KotlinSourceSetTree 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 KotlinSourceSetTree getIntegrationTest()

        Special pre-defined SourceSetTree: Can be used to introduce a new tree with 'commonIntegrationTest' as root SourceSEt