https://kotlinlang.org logo
#kotlin-fuel
Title
# kotlin-fuel
n

Nikky

01/23/2019, 10:59 PM
tests failed with this:
Copy code
e: /home/nikky/dev/Fuel/sample/src/main/kotlin/com/example/fuel/MainActivity.kt: (22, 34): Unresolved reference: stetho
e: /home/nikky/dev/Fuel/sample/src/main/kotlin/com/example/fuel/MainActivity.kt: (51, 13): Unresolved reference: hook
e: /home/nikky/dev/Fuel/sample/src/main/kotlin/com/example/fuel/MainActivity.kt: (51, 20): Unresolved reference: StethoHook
e: /home/nikky/dev/Fuel/sample/src/main/kotlin/com/example/fuel/SampleApplication.kt: (4, 12): Unresolved reference: facebook
e: /home/nikky/dev/Fuel/sample/src/main/kotlin/com/example/fuel/SampleApplication.kt: (9, 9): Unresolved reference: Stetho
and i am not sure its because of the kotlin version change...
i

itnoles

01/24/2019, 2:15 AM
I guess you didn’t have fuel-Stetho
n

Nikky

01/24/2019, 2:22 AM
but it was there.. when i tried 10 min later gradle finally added it..
i did not changes to the files, the include directive was in the settings and all.. probably just my poor laptop being so overloaded that it cannot keep up