Anyone have an example/github link of a kmp app th...
# multiplatform
c
Anyone have an example/github link of a kmp app that includes an android app that uses build flavors (i.e. free + paid). Feel like I'm missing something here in my local setup. Might be better to just look at an example.
a
You can check this and this
c
Hm. close to what i want but i want proper separation of source sets for free and paid. not just buildConfig fields.
a
hmm interesting.. I would like to do an R&D on it if have sometime. Since it is not supported officially, may be a way can be combination of config + separate modules for both free + paid. Include conditionally the module in gradle dependency. In this way, source code will be confined along with their own flows as well.
c
yeah, right now i don't need ios to have free/paid or anything. i just want my existing android apps free/paid to also work since i moved to kmp
👀 1
e
@Colton Idle did you find any solution for source set separation? I also need to separate some resources depending on the flavour defined in BuildKonfig.
c
didnt find a solution =( maybe post a new question and see if anyone has an answer?
e
I did actually. 😃 Waiting for any reply.
👍 1