Hello, dumb question: I’m on a K-MP project: is it...
# gradle
d
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
I did this with code generation as a Gradle task, similar to Androids build config.