We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9c8b8 commit 41376e1Copy full SHA for 41376e1
library/build.gradle.kts
@@ -121,8 +121,8 @@ val javadoc by tasks.registering(Javadoc::class) {
121
source = android.sourceSets.getByName("main").java.getSourceFiles()
122
configurations["implementation"].isCanBeResolved = true
123
124
- android.bootClasspath.forEach { classpath += fileTree(it) }
125
classpath = files(File("${android.sdkDirectory}/platforms/${android.compileSdkVersion}/android.jar"))
+ android.bootClasspath.forEach { classpath += fileTree(it) }
126
classpath += fileTree(project.file("build/tmp/aarsToJars/").absolutePath)
127
classpath += configurations.implementation.get() as FileCollection
128
isFailOnError = false
0 commit comments