hey, question. Why does the docs for fuel show: `...
# kotlin-fuel
a
hey, question. Why does the docs for fuel show:
Copy code
buildscript {
    repositories {
        jcenter()
    }
}
when if fuel is in jcenter it should be:
Copy code
repositories {
        jcenter()
    }