Kapt: Make javaCompile parameter in KotlinGradleSubplugin non-null

(cherry picked from commit 9686344)
This commit is contained in:
Yan Zhulanow
2016-08-12 03:45:58 +03:00
committed by Yan Zhulanow
parent 46f9e02c06
commit b13db88e6f
5 changed files with 7 additions and 9 deletions
@@ -31,7 +31,7 @@ class ExampleSubplugin : KotlinGradleSubplugin {
override fun apply(
project: Project,
kotlinCompile: AbstractCompile,
javaCompile: AbstractCompile?,
javaCompile: AbstractCompile,
variantData: Any?,
javaSourceSet: SourceSet?
): List<SubpluginOption> {