I have a Kotlin Multiplatform project and build it for iOS with
assembleXCFramwork
Everything works fine and the module is created. But currently I don't see any version in the Info.plist
file.
In build.gradle.kts
I set a version like:
version = "1.1.9"
Is it possible to somehow write this version automatically into the Plist.info
file?