Hello 👋
I’m having issue with gradle sync in Android Studio, I started using TOML version catalog format and inside my build.gradle.kts I always get an error:
It works completely fine if I build it from cli. Is this some known error of AS and toml version catalog compatibility or I’m doing something wrong?
Gradle wrapper version: 7.1.1
AS: 2021.1.1 Canary 3
g
gammax
07/14/2021, 10:40 AM
Might be a stupid question, but have you enabled the version catalog feature in your
settings.gradle
?
z
zalewski.se
07/14/2021, 11:46 AM
There are no stupid questions when it comes to gradle for me 😛
but yes, I have these 2 features enabled: