<@UM13BD50W> Any particular reason moko-network re...
# moko
a
@Alex Pogrebnyak Any particular reason moko-network requires Android API 21?
a
As far as I know, Android API 21 (Android 5.0) is minimum supporting API in this project.
a
do you know why specifically? Some feature being used? Does ktor have some limitation?
a
@Andy Gibel hi! minimal version of api can be lowest. just api 21 was in our template of libs... what minimal api version you want?
ktor not use android framework - it just java library and not have minimal api
a
Ah right if course ktor wouldn't impact this. So this is simply the sample Android app min API I assume
a
our moko-network runtime is android library with android api 21 min version...in next release i can change min api. can you add issue on github? 🙂
a
Yep can do. I only need 19 :)
👍 2
a
Now moko-network require API 16