in the Android gradle plugin it's possible to define constants that will be compiled into your code, so you can pass things like version numbers into the app. Is this possible with multiplatform gradle plugin?
IMO that answer is more complicated than necessary
ephemient
05/01/2023, 12:32 AM
there is no need to
map
the property, since Gradle automatically gets the output from the task. also you can do all of this with just ad-hoc tasks, and even make it more general and track input properties without much work: