airbnb / DeepLinkDispatch

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

fix options not recognized by any processor warning #280

Closed linnar closed 4 years ago

rossbacher commented 4 years ago

Can you provide more details?

linnar commented 4 years ago

If I use the library with annotationProcessor, I get the following warning - The following options were not recognized by any processor: '[deepLink.incremental, deepLink.customAnnotations]'. However, it does not appears when used with kapt

HarisHoulis commented 4 years ago

This appears when using kapt too. Should we expect a merge soon? Thanks.

HarisHoulis commented 4 years ago

@rossbacher Any news on this? Thanks.

rossbacher commented 4 years ago

I just published 5.2.0 with this fix included.

alexfu commented 4 years ago

I'm still getting this warning with 5.2.0 🤔 when using with kapt.