Interface KotlinConfigurationContainerDsl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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
      abstract <T extends KotlinTargetContainer<KotlinTarget>> Unit onTarget(Class<T> type, Action<in T> action) Executes the given action for all KotlinTargets of the given type.
      Unit onAndroidTarget(Action<in AndroidTarget<?>> action) Executes the given action for all AndroidTargets.
      abstract Unit common(Function1<Container, Unit> action) Executes the given action for the Kotlin module with any target enabled.
      abstract Unit kotlin(Function1<KPE, Unit> action) Executes the given action for the Kotlin module with any target enabled.
      • Methods inherited from class fluxo.conf.dsl.container.target.JvmTarget.Configure

        jvm
      • Methods inherited from class fluxo.conf.dsl.container.target.AndroidTarget.Configure

        android, androidApp, androidLibrary
      • Methods inherited from class java.lang.Object

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