英文:
Migrate project to Gradle 8.0 - Error Task
问题
我正在将我的多模块项目迁移到Gradle 8.0。在仔细更新Gradle文件后,它给出以下错误。
无法创建任务:app:transformClassesWithAPMSPluginFor [Variant]
我该如何修复这个问题?
英文:
I'm migrating my multi module project to Gradle 8.0. After carefully updating the Gradle files it gives the following error.
Could not create task :app:transformClassesWithAPMSPluginFor [Variant]
How can I fix this?
答案1
得分: 1
问题是由于华为依赖引起的。华为的库目前不支持gradle 8.0。
英文:
I found that the problem is due to huawei dependencies.Huawei's libraries currently do not support gradle 8.0.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论