Hi All, in libs.version.toml I have app-versio...
# multiplatform
b
Hi All, in libs.version.toml I have app-version-name = "7.1.02". How can I access this string in the Compose UI. so that Text(xxxx) prints. 7.1.02. Thanks in advance
c
You can use something like https://github.com/gmazzo/gradle-buildconfig-plugin to „inject“ the value in a source file.
b
thanks