I'm applying the antlr plugin in an external file....
# gradle
j
I'm applying the antlr plugin in an external file. And applying that file from the main build.gradle.kts. The problem comes when I don't have the
antlr
extension method when adding a new dependency. If I directly add the antlr plugin from the main file I have it. What would be the difference?