We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cef83 commit da2b28eCopy full SHA for da2b28e
app/build.gradle
@@ -69,6 +69,6 @@ configurations.all {
69
task javadoc(type: Javadoc) {
70
source = android.sourceSets.main.java.srcDirs
71
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
72
- destinationDir = file("../javadoc/")
+ destinationDir = file("../app/build/javadoc/")
73
failOnError false
74
}
0 commit comments