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'
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 notdeeplinkdispatch
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