Skip to content

Check if field present in all needed flavors #3

@NomenSvyat

Description

@NomenSvyat

Suppose that we have 3 flavors(alpha, beta, prod) and a switchbox file like this

{
    "SOME_FIELD":{
        "alpha" : true,
        "beta" : false
    }
}

We don't have SOME_FIELD in prod flavor, so we need to warn user about this error

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions