Skip to content

Bump com.codingfeline.buildkonfig from 0.18.0 to 0.20.0#432

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps com.codingfeline.buildkonfig from 0.18.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)

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

  • lazy/Provider configuration to fix Gradle 9 compat and CC (#291) (4693daf)
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)

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
  • 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
  • 5de669d chore(master): release 0.19.0 (#289)
  • 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.20.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.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 5, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 15, 2026

Superseded by #449.

@dependabot dependabot Bot closed this May 15, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/com.codingfeline.buildkonfig-0.20.0 branch May 15, 2026 19:24
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