1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-18 17:40:34 -08:00
parent ffabc4fb80
commit c708b4e730

View file

@ -62,6 +62,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
super.apply(project, context)
project.projectProperties.put(LIBS_DIR, libsDir(project))
project.productFlavors.keys.forEach { pf ->
project.buildTypes.keys.forEach { bt ->
val variant = Variant(pf, bt)