kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jars do not included when using flavors

nillsondg opened this issue · comments

Jar variants don't included into result arr when using any flavor configuration in library project.
Tested on version of plugin: 1.2.12-15.
You can also reproduce this issue in example project:
For flavor1 and flavor2 result arr included only:
—libaar,
—libaar2,
—libaarlocal,
—libaar2,
—libaarlocal2
This issue also affects transient dependencies.

I found out that 1.2.10 is first version was affected by issue. Arrs builded by 1.2.9 include jars

Fixed in 1.2.17