kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.08k stars 607 forks source link

Support for Gradle 7.4 and configuration cache #374

Open jan-stoltman-bolt opened 2 years ago

jan-stoltman-bolt commented 2 years ago

Describe the issue Gradle's configuration cache is not currently supported by this plugin. It would be great if it was, as it might significantly increase build speed for projects.

Here's the related error log from Gradle build:

- Plugin 'com.kezong.fat-aar': registration of listener on 'Gradle.addListener' is unsupported
  See https://docs.gradle.org/7.4/userguide/configuration_cache.html#config_cache:requirements:build_listeners

And here's information on how to solve it.

Build Environment

GabrielBottari commented 2 years ago

Bump on this @kezong

DEADMC commented 1 year ago

Any updates on this?

dkonurov commented 1 year ago

Bump on this @kezong