https://kotlinlang.org logo
#moko
Title
# moko
a

Andy Gibel

11/05/2019, 9:02 PM
@Alex Pogrebnyak Any particular reason moko-network requires Android API 21?
a

Alex Pogrebnyak

11/05/2019, 9:05 PM
As far as I know, Android API 21 (Android 5.0) is minimum supporting API in this project.
a

Andy Gibel

11/05/2019, 9:06 PM
do you know why specifically? Some feature being used? Does ktor have some limitation?
a

alex009

11/06/2019, 1:58 AM
@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

Andy Gibel

11/06/2019, 2:33 AM
Ah right if course ktor wouldn't impact this. So this is simply the sample Android app min API I assume
a

alex009

11/06/2019, 2:42 AM
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

Andy Gibel

11/06/2019, 2:43 AM
Yep can do. I only need 19 :)
👍 2
a

alex009

12/16/2019, 8:18 AM
Now moko-network require API 16