touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform

Home Page:https://touchlab.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add Build Config and Build Flavor like capability in KMM

khalid64927 opened this issue · comments

commented

In Android Gradle Plugin there is BuildConfig (Debug/Release) and BuildFlavor (Production/UAT/SIT/DEV) that helps to change things like API endpoints, logging flags and such configurations.

In an ideal production app we need to have this and it would be good if this configuration is available in this template in KMM so both platforms.

Have you looked at something like https://github.com/yshrsmz/BuildKonfig