Hello, I have a one question. Why are the code is ...
# coroutines
r
Hello, I have a one question. Why are the code is warning that “Function has redundant
suspend
modifier.” in detekt ?
i
check that delay imports
r
Copy code
import kotlinx.coroutines.delay
i use that dependency