Hi there, we have requirements where in we want t...
# multiplatform
s
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
anything on this @Konstantin Tskhovrebov
t
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)