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

Does not work with Gradle plugin 3.3

MindaugasVarkalys opened this issue · comments

When I run using Android Gradle plugin version 3.3, I get the following error:

ERROR: No such property: absolutePath for class: org.gradle.api.internal.file.DefaultProjectLayout$DefaultDirectoryVar

I have adapted Gradle plugin version 3.3 in version 1.1.6. You can try it.