I want to use one version across my MPP. I have defined a var in my gradle.properties version=0.1.0
Is there a way to read this from my commonMain src code so that i can read it or possibly the other way around to define a var in my src and have the build.gradle.kts read this value?
Thanks