Is your feature request related to a problem? Please describe.
Given the the coroutines package exists to supplement Player behavior with Kotlin coroutines, it makes sense for the SetTimeoutPlugin to be included, rather than a separate module.
Describe the solution you'd like
If done as part of 1.0, we can make the breaking change outright. Otherwise, we can move the plugin and deprecate a typealias to export via the same set-timeout module so consumes don't need to absorb the breaking changes until the next major.
Is your feature request related to a problem? Please describe.
Given the the
coroutinespackage exists to supplement Player behavior with Kotlin coroutines, it makes sense for theSetTimeoutPluginto be included, rather than a separate module.Describe the solution you'd like
If done as part of 1.0, we can make the breaking change outright. Otherwise, we can move the plugin and deprecate a typealias to export via the same
set-timeoutmodule so consumes don't need to absorb the breaking changes until the next major.