https://kotlinlang.org logo
Title
a

ahmad

02/01/2019, 12:08 PM
Hello guys, I was exploring kotlin coroutines source code and I found a lot of unused imports. Is this intentionally? or it would be OK if I submit a PR to remove them?
e

elizarov

02/01/2019, 2:23 PM
It depends. Can you give an example?
a

ahmad

02/01/2019, 3:53 PM
like
import kotlinx.coroutines.internal.*
import kotlin.coroutines.*
in
ThreadPoolDispatcher
https://github.com/Kotlin/kotlinx.coroutines/blob/develop/kotlinx-coroutines-core/jvm/src/ThreadPoolDispatcher.kt#L7