Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an ability to change the name of the generated object #32

Closed
yshrsmz opened this issue May 8, 2020 · 0 comments · Fixed by #33
Closed

Add an ability to change the name of the generated object #32

yshrsmz opened this issue May 8, 2020 · 0 comments · Fixed by #33
Labels

Comments

@yshrsmz
Copy link
Owner

yshrsmz commented May 8, 2020

to implement #31, we first need to add an option to change the name the generated object.

API could be

buildkonfig {
    packageName = 'com.example.app'
    objectName = 'AwesomeConfig'  // defaults to 'BuildKonfig'

    defaultConfigs {
        buildConfigField 'STRING', 'name', 'value'
    }
}

🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant