Skip to content

use Extension to control the targets container, so that Gradle will generate Kotlin DSL accessors #9

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

Merged
merged 1 commit into from
May 2, 2023

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented May 2, 2023

Improve the DSL available in build scripts.

  • ⚠️ breaking change - Remove adding each target to the BCV extension, replace with targets.<nameOfTarget>
  • change BCVProjectExtension to be an abstract class so it's easier to add extensions
  • change targets to be backed by a Gradle extension, so Gradle generates accessors

@aSemy aSemy merged commit 1c49ca5 into main May 2, 2023
@aSemy aSemy deleted the feat/improve_targets_dsl branch May 2, 2023 15:36
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.

1 participant