didi / DoKit

一款面向泛前端产品研发全生命周期的效率平台。
Apache License 2.0
20.09k stars 3.09k forks source link

gradle8.0已发布,并且已经移除registerTransform api,请问什么时候适配? #1126

Open 403462630 opened 1 year ago

Sandfone commented 11 months ago

The same problem, mark.

xiaobaoKing1 commented 11 months ago

+1

IurKwan commented 11 months ago

+1

fangjian98 commented 9 months ago

The following is the compilation error log:

API 'android.registerTransform' is obsolete.
It will be removed in version 8.0 of the Android Gradle plugin.
The Transform API is removed to improve build performance. Projects that use the
Transform API force the Android Gradle plugin to use a less optimized flow for the
build that can result in large regressions in build times. It’s also difficult to
use the Transform API and combine it with other Gradle features; the replacement
APIs aim to make it easier to extend the build without introducing performance or
correctness issues.

There is no single replacement for the Transform API—there are new, targeted
APIs for each use case. All the replacement APIs are in the
`androidComponents {}` block.
For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api.
To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
Affected Modules: app
Ysj001 commented 9 months ago

如果要在 AGP8+ 上使用插件可以用我做的兼容包 https://github.com/Ysj001/DoKitPluginCompat

fangjian98 commented 8 months ago

修改gradle版本也可以成功编译,我的AS版本为:Android Studio Hedgehog | 2023.1.1,Gradle JDK选择11

图片

gaoguanqi commented 5 months ago

快快快啊

Herrick66 commented 5 months ago

The same problem, mark.