Skip to content

Bump com.codingfeline.buildkonfig:buildkonfig-gradle-plugin from 0.17.1 to 0.21.2#62

Merged
dhammernik merged 1 commit into
mainfrom
dependabot/gradle/com.codingfeline.buildkonfig-buildkonfig-gradle-plugin-0.21.2
Jun 12, 2026
Merged

Bump com.codingfeline.buildkonfig:buildkonfig-gradle-plugin from 0.17.1 to 0.21.2#62
dhammernik merged 1 commit into
mainfrom
dependabot/gradle/com.codingfeline.buildkonfig-buildkonfig-gradle-plugin-0.21.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps com.codingfeline.buildkonfig:buildkonfig-gradle-plugin from 0.17.1 to 0.21.2.

Release notes

Sourced from com.codingfeline.buildkonfig:buildkonfig-gradle-plugin's releases.

v0.21.2

0.21.2 (2026-05-20)

Bug Fixes

  • plugin: scope BuildKonfigTask outputs to per-source-set leaves (#321) (ab5652b)

v0.21.1

0.21.1 (2026-05-19)

Bug Fixes

  • move generated sources to build/generated/source/buildkonfig (#318) (0804a76)

v0.21.0

0.21.0 (2026-05-15)

Features

  • deps: migrate to AGP 9.2.1 / Gradle 9.4.1 (#306) (1257beb)

Bug Fixes

  • deps: update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v2.3.8 (#316) (75b5adf)

v0.20.0

0.20.0 (2026-05-05)

⚠ BREAKING CHANGES

  • BuildKonfigExtension fields packageName, objectName and exposeObjectWithName are now Property<String> instead of mutable String / String? vars. Common-case Groovy and Kotlin DSL usage (packageName = "...") is preserved on Gradle 8.2+. Consumers on older Gradle versions, or code that reads extension.packageName directly (e.g. third-party plugins extending BuildKonfig), must switch to .set(...) and .orNull / .get() respectively.

Features

  • support standalone Kotlin/JVM and Kotlin/JS projects (#296) (0e46e94)

Bug Fixes

  • deps: update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v2.3.7 (#292) (0d57c31)

Code Refactoring

  • migrate BuildKonfigExtension to the Provider API (5d479eb)

... (truncated)

Changelog

Sourced from com.codingfeline.buildkonfig:buildkonfig-gradle-plugin's changelog.

0.21.2 (2026-05-20)

Bug Fixes

  • plugin: scope BuildKonfigTask outputs to per-source-set leaves (#321) (ab5652b)

0.21.1 (2026-05-19)

Bug Fixes

  • move generated sources to build/generated/source/buildkonfig (#318) (0804a76)

0.21.0 (2026-05-15)

Features

  • deps: migrate to AGP 9.2.1 / Gradle 9.4.1 (#306) (1257beb)

Bug Fixes

  • deps: update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v2.3.8 (#316) (75b5adf)

0.20.0 (2026-05-05)

⚠ BREAKING CHANGES

  • BuildKonfigExtension fields packageName, objectName and exposeObjectWithName are now Property<String> instead of mutable String / String? vars. Common-case Groovy and Kotlin DSL usage (packageName = "...") is preserved on Gradle 8.2+. Consumers on older Gradle versions, or code that reads extension.packageName directly (e.g. third-party plugins extending BuildKonfig), must switch to .set(...) and .orNull / .get() respectively.

Features

  • support standalone Kotlin/JVM and Kotlin/JS projects (#296) (0e46e94)

Bug Fixes

  • deps: update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v2.3.7 (#292) (0d57c31)

Code Refactoring

  • migrate BuildKonfigExtension to the Provider API (5d479eb)

0.19.0 (2026-05-04)

... (truncated)

Commits
  • ae2f1c6 chore(master): release 0.21.2 (#322)
  • ab5652b fix(plugin): scope BuildKonfigTask outputs to per-source-set leaves (#321)
  • 0594e8b chore(master): release 0.21.1 (#319)
  • 0804a76 fix: move generated sources to build/generated/source/buildkonfig (#318)
  • 81d0e6e chore(master): release 0.21.0 (#308)
  • 75b5adf fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle...
  • fb6deb2 chore(deps): update actions/create-github-app-token action to v3.2.0 (#315)
  • 3fa0445 chore(deps): update gradle to v9.5.1 (#314)
  • 9aaa3b8 ci: use GitHub App token for release-please (#313)
  • ae993fe chore(deps): update gradle to v9.5.0 (#309)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.codingfeline.buildkonfig:buildkonfig-gradle-plugin](https://github.com/yshrsmz/BuildKonfig) from 0.17.1 to 0.21.2.
- [Release notes](https://github.com/yshrsmz/BuildKonfig/releases)
- [Changelog](https://github.com/yshrsmz/BuildKonfig/blob/master/CHANGELOG.md)
- [Commits](yshrsmz/BuildKonfig@v0.17.1...v0.21.2)

---
updated-dependencies:
- dependency-name: com.codingfeline.buildkonfig:buildkonfig-gradle-plugin
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 5, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Test Coverage Report

📊 Current Coverage: 85%

🎯 Target: 60% minimum (80% aspirational)

📁 Full Report: Download the coverage-report artifact from this workflow run.

Coverage by Layer

  • Mappers: 99%
  • Network Clients: 93%
  • Models: 92%
  • Repositories: 64-78%

Generated by GitHub Actions

@dhammernik dhammernik merged commit 945101b into main Jun 12, 2026
1 check passed
@dhammernik dhammernik deleted the dependabot/gradle/com.codingfeline.buildkonfig-buildkonfig-gradle-plugin-0.21.2 branch June 12, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant