airbnb / DeepLinkDispatch

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

Build Warning For DLD Options #203

Closed MisterRager closed 7 years ago

MisterRager commented 7 years ago

When I add the suggested lines to configure output to my build.gradle, I get a new warning:

warning: The following options were not recognized by any processor: '[deepLinkDoc.output]'

The lines are these:

tasks.withType(JavaCompile) {
  options.compilerArgs << "-AdeepLinkDoc.output=${buildDir}/doc/deeplinks.txt"
}
felipecsl commented 7 years ago

What version of deep link dispatch are you running?

MisterRager commented 7 years ago

3.1.0