Skip to content

chore(deps): bump com.codingfeline.buildkonfig from 0.19.0 to 0.20.0#72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.20.0
Open

chore(deps): bump com.codingfeline.buildkonfig from 0.19.0 to 0.20.0#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps com.codingfeline.buildkonfig from 0.19.0 to 0.20.0.

Release notes

Sourced from com.codingfeline.buildkonfig's releases.

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)
Changelog

Sourced from com.codingfeline.buildkonfig's changelog.

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)
Commits
  • c25d45e chore(master): release 0.20.0 (#295)
  • 0d57c31 fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle...
  • 584d096 test: add unit tests for the compiler module and the merge-logic helpers (#305)
  • 7a5ec82 test: fill specific coverage gaps in the Gradle plugin test suite (#304)
  • a996772 refactor(test): reduce boilerplate in the Gradle plugin test suite (#303)
  • c3d4584 refactor: align internal naming with the "KMP" abbreviation (#302)
  • 0e26c5c refactor: migrate remaining test files to the buildFileHeader helper (#298)
  • 0e46e94 feat: support standalone Kotlin/JVM and Kotlin/JS projects (#296)
  • 5d479eb refactor!: migrate BuildKonfigExtension to the Provider API
  • See full diff 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](https://github.com/yshrsmz/BuildKonfig) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/yshrsmz/BuildKonfig/releases)
- [Changelog](https://github.com/yshrsmz/BuildKonfig/blob/master/CHANGELOG.md)
- [Commits](yshrsmz/BuildKonfig@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: com.codingfeline.buildkonfig
  dependency-version: 0.20.0
  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 May 12, 2026
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.

0 participants