Does studio has support for Gradle's new version c...
# compose
k
Does studio has support for Gradle's new version catalog feature introduced in 7.0 or I should stick with
ext {}
to define my dependencies so that studio can show a lint warning if there are any new version of library available?
g
Doesn’t look related to Compose And there is no IDE support yet (outside of TOML files support plugin)
👍 1
b
You could always just switch to refreshVersions gradle plugin