Skip to content

Bump com.codingfeline.buildkonfig from 0.18.0 to 0.21.0#449

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.21.0
Closed

Bump com.codingfeline.buildkonfig from 0.18.0 to 0.21.0#449
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.21.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps com.codingfeline.buildkonfig from 0.18.0 to 0.21.0.

Release notes

Sourced from com.codingfeline.buildkonfig's releases.

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)

v0.19.0

0.19.0 (2026-05-04)

⚠ BREAKING CHANGES

  • BuildKonfigTask inputs are now Property<T> / MapProperty<...> instead of lateinit var. Direct task configurators (e.g. tasks.named("generateBuildKonfig") { ... }) must use .set(...) instead of = in the Kotlin DSL.

Bug Fixes

  • deps: update kotlin monorepo to v2.3.21 (#288) (6be8e78)
  • drop const modifier from expect side for K2 compatibility (#290) (3e6cdb5)

Code Refactoring

... (truncated)

Changelog

Sourced from com.codingfeline.buildkonfig's changelog.

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)

⚠ BREAKING CHANGES

  • BuildKonfigTask inputs are now Property<T> / MapProperty<...> instead of lateinit var. Direct task configurators (e.g. tasks.named("generateBuildKonfig") { ... }) must use .set(...) instead of = in the Kotlin DSL.

Bug Fixes

  • deps: update kotlin monorepo to v2.3.21 (#288) (6be8e78)
  • drop const modifier from expect side for K2 compatibility (#290) (3e6cdb5)

Code Refactoring

  • lazy/Provider configuration to fix Gradle 9 compat and CC (#291) (4693daf)
Commits
  • 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)
  • ca41142 chore(deps): update plugin mavenpublish to v0.36.0 (#255)
  • 3ddd606 refactor(plugin): derive per-target output directory at task action time (#312)
  • 066af05 refactor(plugin): make BuildKonfigTask cacheable via a single @​OutputDirector...
  • 1257beb feat(deps): migrate to AGP 9.2.1 / Gradle 9.4.1 (#306)
  • 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](https://github.com/yshrsmz/BuildKonfig) from 0.18.0 to 0.21.0.
- [Release notes](https://github.com/yshrsmz/BuildKonfig/releases)
- [Changelog](https://github.com/yshrsmz/BuildKonfig/blob/master/CHANGELOG.md)
- [Commits](yshrsmz/BuildKonfig@v0.18.0...v0.21.0)

---
updated-dependencies:
- dependency-name: com.codingfeline.buildkonfig
  dependency-version: 0.21.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 15, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 20, 2026

Superseded by #462.

@dependabot dependabot Bot closed this May 20, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/com.codingfeline.buildkonfig-0.21.0 branch May 20, 2026 02:54
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