Added explicitApi() so publicly exposed api functions needed to be explicitly declared public and all required return types.
Removed redundant kotlinx and stdlib dependencies. To do that I actually had to bump coroutines to 1.3.9 (they didn't make that very clear from the changelist 🤔 ).
Added
explicitApi()
so publicly exposed api functions needed to be explicitly declaredpublic
and all required return types.Removed redundant kotlinx and stdlib dependencies. To do that I actually had to bump coroutines to 1.3.9 (they didn't make that very clear from the changelist 🤔 ).