Skip to content

Commit 41376e1

Browse files
committed
migrated to kotlin script.
1 parent bf9c8b8 commit 41376e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ val javadoc by tasks.registering(Javadoc::class) {
121121
source = android.sourceSets.getByName("main").java.getSourceFiles()
122122
configurations["implementation"].isCanBeResolved = true
123123

124-
android.bootClasspath.forEach { classpath += fileTree(it) }
125124
classpath = files(File("${android.sdkDirectory}/platforms/${android.compileSdkVersion}/android.jar"))
125+
android.bootClasspath.forEach { classpath += fileTree(it) }
126126
classpath += fileTree(project.file("build/tmp/aarsToJars/").absolutePath)
127127
classpath += configurations.implementation.get() as FileCollection
128128
isFailOnError = false

0 commit comments

Comments
 (0)