Skip to content

chore(deps): update dependency com.codingfeline.buildkonfig to v0.20.0#153

Merged
ahmedre merged 1 commit intomainfrom
renovate/buildkonfig
May 5, 2026
Merged

chore(deps): update dependency com.codingfeline.buildkonfig to v0.20.0#153
ahmedre merged 1 commit intomainfrom
renovate/buildkonfig

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence
com.codingfeline.buildkonfig 0.18.00.20.0 age confidence

Release Notes

yshrsmz/BuildKonfig (com.codingfeline.buildkonfig)

v0.20.0

⚠ 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

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency com.codingfeline.buildkonfig to v0.19.0 chore(deps): update dependency com.codingfeline.buildkonfig to v0.20.0 May 5, 2026
@renovate renovate Bot force-pushed the renovate/buildkonfig branch from a6c78ed to 973c5ee Compare May 5, 2026 11:30
@ahmedre ahmedre merged commit c3b5353 into main May 5, 2026
1 check passed
@ahmedre ahmedre deleted the renovate/buildkonfig branch May 5, 2026 21:23
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