Hi gradle folks, currently I'm trying to setup con...
# gradle
w
Hi gradle folks, currently I'm trying to setup convention plugins in my android project, so after I create a
"build-logic"
directory, and in root
settings.gradle.kts
, I added
includeBuild(":build-logic")
however I get an error as
Included build .. build-logic' does not exist.
c
Remove ‘:’, composite builds use file system path references.
w
Oh gosh! I was silly, thanks a lot!