[Initial pass to a Free based DSL built on `kategory`](https://github.com/Guardiola31337/uiagesturegen/pull/1) follow up questions: - At the moment, `GestureDSL` supports 4 operations: [`pressHome`](https://github.com/Guardiola31337/uiagesturegen/blob/master/uiagesturegen/src/main/kotlin/com/pguardiola/uigesturegen/dsl/dsl.kt#L50), [`wait`](https://github.com/Guardiola31337/uiagesturegen/blob/master/uiagesturegen/src/main/kotlin/com/pguardiola/uigesturegen/dsl/dsl.kt#L51), [`findObject`](https://github.com/Guardiola31337/uiagesturegen/blob/master/uiagesturegen/src/main/kotlin/com/pguardiola/uigesturegen/dsl/dsl.kt#L52), [`withDevice`](https://github.com/Guardiola31337/uiagesturegen/blob/master/uiagesturegen/src/main/kotlin/com/pguardiola/uigesturegen/dsl/dsl.kt#L53). How should we include new ones? cc/ @raulraja
Initial pass to a Free based DSL built on
kategoryfollow up questions:GestureDSLsupports 4 operations:pressHome,wait,findObject,withDevice. How should we include new ones?cc/ @raulraja