https://kotlinlang.org logo
Title
g

Gabriel Feo

05/30/2020, 7:02 PM
Where is the minimum supported SDK version of coroutines-android stated? Is there such a restriction?
n

Nicholas Doglio

05/30/2020, 9:05 PM
At least 14. The example project in the coroutines library uses that as the min SDK. https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-android/animation-app/app/build.gradle.kts
I can't find where a min SDK is specifically stated though 🤔
s

Saurabh

06/01/2020, 5:51 AM
I don't think there is an android version requirement for coroutines to work.