I have a multi module gradle project (gradle 6.7.1, in kotlin build.gradle.kts file), I want some properties to be the same in all my submodule, how can I do it?
I\'v