This message was deleted.
# gradle
s
This message was deleted.
o
just add it to the root
build.gradle(.kts)
?
why not just do that then
1
what's forcing you to add it to all subprojects
1
if you write that top block of code, directly into the top block of the root
build.gradle.kts
, it isn't added to subprojects. if you apply a plugin, only at the top level, it isn't added to subprojects (unless that plugin is doing something really odd, which it shouldn't)