Skip to content

Conversation

@ydiev
Copy link

@ydiev ydiev commented Jul 16, 2024

No description provided.

@WingCH
Copy link

WingCH commented Oct 2, 2024

please merge

@anshul-arora
Copy link

@ydiev @WingCH
i believe this would not be needed if you use this in your project

allprojects {
....
    subprojects {
        afterEvaluate { project ->
            if (project.hasProperty('android')) {
                project.android {
                    if (namespace == null) {
                        namespace project.group
                    }
                }
            }
        }
    }
}

@Pavlo-Freebee
Copy link

@wslaimin pls merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants