optimize imports

This commit is contained in:
2020-11-02 21:34:49 +06:00
parent dccb479c3c
commit 273a7aa9a4
23 changed files with 35 additions and 48 deletions

View File

@@ -1,7 +1,8 @@
package dev.inmo.micro_utils.coroutines
import kotlinx.coroutines.channels.*
import kotlinx.coroutines.flow.*
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.asFlow
@Suppress("FunctionName")
@Deprecated("Deprecated due to stabilization of SharedFlow and StateFlow")