Interface AndroidTarget

  • All Implemented Interfaces:
    fluxo.conf.dsl.container.Container , fluxo.conf.dsl.container.KotlinTargetContainer , kotlin.Comparable

    
    public interface AndroidTarget<T extends CommonExtension<?, ?, ?, ?, ?>, TestedExtension>
     implements KotlinTargetContainer<KotlinAndroidTarget>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit android(Function1<T, Unit> action)
      abstract Unit onAndroidExtension(Function1<T, Unit> action)
      abstract Unit sourceSetTestInstrumented(Function1<KotlinSourceSet, Unit> action)
      • Methods inherited from class fluxo.conf.dsl.container.KotlinTargetContainer

        target
      • Methods inherited from class fluxo.conf.dsl.container.Container

        applyPlugins, applyPlugins
      • Methods inherited from class kotlin.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait