Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
340 stars 44 forks source link

Doesn't build project dependencies #34

Open topher-h opened 5 years ago

topher-h commented 5 years ago

What are the steps to reproduce this issue?

  1. From a clean workspace, build example-lib

What happens?

The library produced does not contain an AAR for the example-nested-lib project dependency

What were you expecting to happen?

The library to build an AAR for the project dependency, and embed that in the example-lib AAR

Any logs, error output, etc?

N/A

Any other comments?

The dependency is detected according to the Gradle logging: Internal android dependency detected -> example-nested-lib

The example-lib AAR is produced correctly if the example-nested-lib AAR has been built beforehand.

yanerchuang commented 5 years ago

me too.

feitengbing2014 commented 5 years ago

same problem in android studio 3.4.1

liushuai42 commented 5 years ago

see #28 , only support gradle plugin 3.1.4