spierce7
03/24/2020, 4:39 PMbuildSrc/build.gradle.kts
and the code inside buildSrc/src
. What’s the best way to do that?araqnid
03/24/2020, 4:43 PMext["propertyName"] = propertyValue
araqnid
03/24/2020, 4:44 PMproject.extraProperties["propertyValue"]
iircaraqnid
03/24/2020, 4:45 PMval propertyValue by project.extraProperties
spierce7
03/24/2020, 4:46 PMbuildSrc/src
I don’t think I have access to a project
araqnid
03/24/2020, 4:58 PMspierce7
03/24/2020, 5:01 PMlouiscad
03/24/2020, 5:15 PMfile.readText()
might be the simplest way.