Hello, dumb question:
I’m on a K-MP project: is it possible to “inject” properties in the compiled code from Gradle?
Similarly to what is possible to do on an Android project though
buildConfigField
s
Sebastian Sellmair [JB]
08/13/2020, 9:30 PM
I did this with code generation as a Gradle task, similar to Androids build config.