Skip to content

Duplicate namespace warning #87

@JonatanPlesko

Description

@JonatanPlesko

📖 Description

When running an app build, I noticed the following compiler warning:

[com.infinum.sentinel:tool-timber:1.4.1] /Users/example/.gradle/caches/8.11.1/transforms/11b4d22cd144a45e073b7a19723b1b5c/transformed/tool-timber-1.4.1/AndroidManifest.xml Warning:
        Namespace 'com.infinum.sentinel' is used in multiple modules and/or libraries: com.infinum.sentinel:tool-timber:1.4.1, com.infinum.sentinel:sentinel:1.4.1. Please ensure that all modules and libraries have a unique namespace. For more information, See https://developer.android.com/studio/build/configure-app-module#set-namespace

ℹ️ Environment

  • Device: Macbook Pro
  • Operating system: MacOS
  • Software information: 1.4.1
  • Additional information: N/A

💣 Steps to reproduce

  1. Include Sentinel with some tools in it
  2. Compile the app and observe the logs

Alternatively, you could probably run the processDebugMainManifest task manually and get the same warning.

🔧 Expected behavior

No warning.

📄 Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions