effect

open override fun effect(block: Effect): Job

Deprecated

Use effect(block: Effect) instead.

Replace with

effect(block)