Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Not compatible with android.enableBuildConfigAsBytecode Gradle PropertyΒ #75

@childofthehorn

Description

@childofthehorn

Problem:
If the android.enableBuildConfigAsBytecode=true flag is set in the gradle.properties file, no secrets or extensions will be added to the BuildConfig.

The flag being enabled or disabled does not affect the ability of anything to compile or affect the standard BuildConfig flags. This package will only work if that feature is disabled.

This incompatibility is problematic because

  1. it significantly affects compile-time
  2. the advice given here would cause this to fail and there aren't any logs or other indicators that this is the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions