airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.38k stars 405 forks source link

Unable to create instance of DeepLinkDelegate or BaseDeepLinkDelegate() #228

Closed nairboh closed 6 years ago

nairboh commented 6 years ago

Hi there, following instructions on the readme, I wanted to setup the dispatcher activity, however I am unable to reference either classes. I can see the classes inside deeplinkdispatch-base, but not deeplinkdispatch

Was there something else that I needed to include other than: implementation 'com.airbnb:deeplinkdispatch:3.1.1' kapt 'com.airbnb:deeplinkdispatch-processor:3.1.1'

Thanks

nairboh commented 6 years ago

Nevermind, I see now that it's a generated file 😅