Android Extensions: Support Android variants and library dependencies (KT-14086, KT-16934)

This commit is contained in:
Yan Zhulanow
2017-05-15 20:55:33 +03:00
committed by Yan Zhulanow
parent 8e9a62d553
commit f4acf404ca
32 changed files with 397 additions and 49 deletions
@@ -33,6 +33,7 @@ class ExampleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
kotlinCompile: AbstractCompile,
javaCompile: AbstractCompile,
variantData: Any?,
androidProjectHandler: Any?,
javaSourceSet: SourceSet?
): List<SubpluginOption> {
println("ExampleSubplugin loaded")