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

Support for Gradle 7.4 and configuration cache

jan-stoltman-bolt opened this issue · comments

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

  • Gradle Version: 7.4
  • Fat-aar Version: 1.3.1

Bump on this @kezong

Any updates on this?

Bump on this @kezong