amanjeetsingh150 / kotlin-android-examples

:muscle: [Examples] Isolated applications purely on Kotlin, for all android devs out there
1.06k stars 288 forks source link

Error when compiling [DiffUtil] #15

Open BriFuture opened 4 years ago

BriFuture commented 4 years ago

Hi, did you forget to delcare swipeRefreshLayout:

Here is the build output: kotlin-android-examples\DiffUtil\app\src\main\java\com\developers\diffutil\MainActivity.kt: (32, 28): Unresolved reference: setOnRefreshListene

BriFuture commented 4 years ago

image

Maybe Line 36 should be added for build.gradle(Module:app), and now it's OK to compile.