Hi there,
we have requirements where in we want to have build/product flavours as like in native android is it possible KMP(ios & android) ?
plus one 6
Suresh Maidaragi
04/10/2025, 5:36 AM
anything on this @Konstantin Tskhovrebov
t
Tomislav Mladenov
04/10/2025, 6:17 AM
Not really. Its' Android thing. However you can create it per platform. (Flavours in Android) & (Configuration in iOS). The other things that you can use to come near this is
Copy code
com.github.gmazzo.buildconfig
It will require you to have some manual setup (no IDE plugin etc, but you can achieve similar behaviour as in Android build variables)