Options

fun Options(optionalServices: Array<String> = emptyArray(), filters: Array<Options.Filter>? = null): Options

Deprecated (with error)

Parameter order and type has changed (use filters from com.juul.kable.Filter package).

Replace with

Options(filters, optionalServices)