Closed MisterRager closed 7 years ago
When I add the suggested lines to configure output to my build.gradle, I get a new warning:
build.gradle
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" }
What version of deep link dispatch are you running?
3.1.0
When I add the suggested lines to configure output to my
build.gradle
, I get a new warning:The lines are these: