Does Gradle Version catalog in IntelliJ ? I can’t ...
# intellij
a
Does Gradle Version catalog in IntelliJ ? I can’t seem to get
libs
recognised anywhere
c
They work fine for me with normal project build.gradle.kts files. If you want to reference
libs
from buildSrc, some additional workarounds needs to be done as described in this issue comment. But with the right setup, the
libs
references should resolve properly in Intellij