How to get BuildConfig.VERSION in a kmm project without expect/actual?
I’m working on a Kotlin Multiplatform Mobile (KMM) project and I need to access the version of the project, without using the expect/actual mechanism.
I’m working on a Kotlin Multiplatform Mobile (KMM) project and I need to access the version of the project, without using the expect/actual mechanism.