Filter out non-existent java source roots in kapt tasks
#KT-24716 fixed
This commit is contained in:
+3
-1
@@ -22,4 +22,6 @@ dependencies {
|
||||
compile "org.jetbrains.kotlin:annotation-processor-example:$kotlin_version"
|
||||
kapt "org.jetbrains.kotlin:annotation-processor-example:$kotlin_version"
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
}
|
||||
|
||||
compileKotlin.kotlinOptions.allWarningsAsErrors = true
|
||||
Reference in New Issue
Block a user