I am trying to include dependencies from buildSrc ...
# gradle
i
I am trying to include dependencies from buildSrc but I am getting the error to apply buildSrc as a module dependency
build.gradle.kts file
It is apparently not recognizing the buildSrc as a Kotlin DSL
v
Where is the first screenshot from? If it tells you to add
buildSrc
as a module dependency, that sounds like you use it in the actual project code, not in a build script. Btw. you should have a look at version catalogs feature: https://docs.gradle.org/current/userguide/platforms.html