Questions regarding the usage of the Fuel networking library for Kotlin/Android.
Questions tagged [fuel]
32 questions
0
votes
1 answer
Sample Fuel request compilation errors
I intent to use the Fuel library inside an Android project.
I added the following to my Gradle file:
//core
implementation 'com.github.kittinunf.fuel:fuel:2.1.0'
//packages
implementation 'com.github.kittinunf.fuel:fuel-android:2.1.0'
implementation…

Nestor
- 8,194
- 7
- 77
- 156
-1
votes
1 answer
I want to know why my FuelManager class is not recognized in android studio
The above part is me trying to use the FuelManager class that I have implemented.
These are my implementations in my gradle file.
I am trying to make a dialogflow chat in my android app. I have followed this tutorial,…

WabbuzDabbuz
- 11
- 1
- 2