hi folks, I haven’t used anko, I’m trying to under...
# anko
a
hi folks, I haven’t used anko, I’m trying to understand more. But, I got confused in the repository, I found this:
implementation "org.jetbrains.anko:anko-sdk25:$anko_version" // sdk15, sdk19, sdk21, sdk23 are also available
But, what is the difference between
sdk25
and others? I mean, if my android project is supporting a minimum target of sdk 19, I should import all the anko sdks from 19 to 25 ?
r
Anko is currently dead, I recommend #splitties instead