Android Extensions: Support Android variants and library dependencies (KT-14086, KT-16934)
This commit is contained in:
committed by
Yan Zhulanow
parent
8e9a62d553
commit
f4acf404ca
+1
@@ -79,6 +79,7 @@ class AllOpenKotlinGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
|
||||
kotlinCompile: AbstractCompile,
|
||||
javaCompile: AbstractCompile,
|
||||
variantData: Any?,
|
||||
androidProjectHandler: Any?,
|
||||
javaSourceSet: SourceSet?
|
||||
): List<SubpluginOption> {
|
||||
if (!AllOpenGradleSubplugin.isEnabled(project)) return emptyList()
|
||||
|
||||
Reference in New Issue
Block a user