Is there a gradle 7.0.0 migration guide somewhere?
l
Is there a gradle 7.0.0 migration guide somewhere?
n
The guide is not yet complete, but you can preview the guide for Gradle 7.0 here: https://docs.gradle.org/7.0-milestone-2/userguide/upgrading_version_6.html I would recommend starting by removing all the deprecations in your Gradle 6.8 build. That being said, are you asking about Gradle or the Android Gradle Plugin?
l
android gradle plugin
n
The APIs are really under flux right now as it is not even a beta yet. I would recommend reading the relase notes to see what you can find though: https://androidstudio.googleblog.com/2021/03/android-studio-arctic-fox-canary-9.html
l
Thank you!