KiteFlowScope

abstract class KiteFlowScope

Base of every topic scope. skip()/only() beside the fact are the only flow control in the DSL. Default: flow everywhere.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun only(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact flows only to the given platforms.

Link copied to clipboard
fun skip(vararg refs: KitePlatformRef): <Error class: unknown class>

This fact does not flow to the given platforms.