I updated to AS Canary 14 (no release notes?) and it prompted me to upgrade the android gradle plugin AND move to gradle 7.0 RC 1.
Is that mandatory? Is anyone using gradle 7 RC 1 and any risks?
l
Lilly
04/09/2021, 12:51 AM
I had to deal with this yesterday. I'm fine with RC-2. But something has changed if you are using version catalog. You have to explicitly enable the feature in settings.gradle file and the
[plugins]
section in toml file has been removed
c
Colton Idle
04/09/2021, 1:29 AM
using version catalog.
No idea what that is 😄
Colton Idle
04/09/2021, 1:32 AM
Only issue I have so far is that previews completely stopped working. Still hoping someone from the compose team can chime in if Gradle 7 is necessary or not. Thanks!