We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb7888 commit 343f613Copy full SHA for 343f613
framework-docs/framework-docs.gradle
@@ -45,7 +45,7 @@ repositories {
45
46
// To avoid a redeclaration error with Kotlin compiler
47
tasks.named('compileKotlin', KotlinCompilationTask.class) {
48
- javaSources.from = []
+ javaSources.from = []
49
}
50
51
dependencies {
0 commit comments