wait... what runs first here? ``` val myPartialVer...
# gradle
b
wait... what runs first here?
Copy code
val myPartialVersion by properties // is this first?

version = getFullVersion() // or this which also uses myPartialVersion?