A variable defined in root build.gradle fille
def a = 1
and i want access the variable a in subproject's build.gradle.ktl file. Notice subproject's gradle file uses kotlin dsl.
A variable defined in root build.gradle fille
def a = 1
and i want access the variable a in subproject's build.gradle.ktl file. Notice subproject's gradle file uses kotlin dsl.