in Fuel i am trying to update it to kotlin 1.3.20,...
# android
n
in Fuel i am trying to update it to kotlin 1.3.20, but our android sample blows up with these messages: https://gist.github.com/NikkyAI/e665290892529a428c1ba3fc2fcc4ea0 i have never worked with android before (apart from a small project back in school years ago) and i have honestly no clue what this may mean
g
Add
google()
to project
repositories {}
block
e
Also for google deps, make sure to confirm the versions of the artifacts you’re requesting at maven.google.com
g
androidx.annotationannotation1.0.1 is valid version
đź‘Ť 1