Hi! I have this project structure. (Actually this ...
# gradle
l
Hi! I have this project structure. (Actually this is a multiplatform project, where the SUBproject with several modules, is a mpp project for support Android and iOS). I would like to define the kotlin version forexample (and other dependencies which are used in both buildSrc build.gradle.kts and in other modules) only once. Can I somewhere defice a global variable, which is usable inside these?: ROOTproject build.gradle.kts, ROOTproject's buildSrc build.gradle.kts (in buildScript phese and other parts), SUBproject build.gradle.kts, SUBproject's buildSrc build.gradle.kts (in buildScript phese and other parts)