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
@@ -33,6 +33,7 @@ class ExampleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
|
||||
kotlinCompile: AbstractCompile,
|
||||
javaCompile: AbstractCompile,
|
||||
variantData: Any?,
|
||||
androidProjectHandler: Any?,
|
||||
javaSourceSet: SourceSet?
|
||||
): List<SubpluginOption> {
|
||||
println("ExampleSubplugin loaded")
|
||||
|
||||
Reference in New Issue
Block a user