Skip to content

Bump com.codingfeline.buildkonfig from 0.17.1 to 0.19.0#50

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.19.0
Open

Bump com.codingfeline.buildkonfig from 0.17.1 to 0.19.0#50
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.codingfeline.buildkonfig-0.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps com.codingfeline.buildkonfig from 0.17.1 to 0.19.0.

Release notes

Sourced from com.codingfeline.buildkonfig's releases.

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)

v0.18.0

0.18.0 (2026-04-10)

⚠ BREAKING CHANGES

  • When a project has both js and wasmJs targets with exposeObjectWithName and no target-specific configs, the plugin now forces expect/actual generation instead of a single common object. const fields in common code may no longer be usable as compile-time constants (e.g. in annotation arguments) since the expect declaration has no initializer. (#274)

Bug Fixes

  • expose compiler module as api dependency for Gradle convention plugin support (#276) (7246a1b)
  • preserve flavor in TargetConfig.copy() (#278) (c46ba7c)
  • skip @​JsExport on common object when wasmJs target exists (#274) (87738c0)

Refactoring

  • replace nested afterEvaluate with plugins.withType() (#280) (78ffed4)

v0.17.2

0.17.2 (2026-04-10)

Bug Fixes

  • deps: update dependency com.android.tools.build:gradle to v8.10.0 (#214) (71d0f0d)
  • deps: update dependency com.android.tools.build:gradle to v8.13.2 (#220) (a977e10)
  • deps: update dependency com.android.tools.build:gradle to v8.9.2 (#208) (bf07374)
  • deps: update dependency com.google.truth:truth to v1.4.5 (#235) (8e12fa2)
  • deps: update dependency com.squareup:kotlinpoet to v2.2.0 (#218) (1912ff7)
  • deps: update dependency com.squareup:kotlinpoet to v2.3.0 (#268) (276108a)
  • deps: update kotlin monorepo to v2.1.21 (#216) (38e1cbe)
  • deps: update kotlin monorepo to v2.3.20 (#226) (b56a8fe)

... (truncated)

Changelog

Sourced from com.codingfeline.buildkonfig's changelog.

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)

0.18.0 (2026-04-10)

⚠ BREAKING CHANGES

  • When a project has both js and wasmJs targets with exposeObjectWithName and no target-specific configs, the plugin now forces expect/actual generation instead of a single common object. const fields in common code may no longer be usable as compile-time constants (e.g. in annotation arguments) since the expect declaration has no initializer. (#274)

Bug Fixes

  • expose compiler module as api dependency for Gradle convention plugin support (#276) (7246a1b)
  • preserve flavor in TargetConfig.copy() (#278) (c46ba7c)
  • skip @​JsExport on common object when wasmJs target exists (#274) (87738c0)

Refactoring

  • replace nested afterEvaluate with plugins.withType() (#280) (78ffed4)

0.17.2 (2026-04-10)

Bug Fixes

  • deps: update dependency com.android.tools.build:gradle to v8.10.0 (#214) (71d0f0d)
  • deps: update dependency com.android.tools.build:gradle to v8.13.2 (#220) (a977e10)
  • deps: update dependency com.android.tools.build:gradle to v8.9.2 (#208) (bf07374)
  • deps: update dependency com.google.truth:truth to v1.4.5 (#235) (8e12fa2)
  • deps: update dependency com.squareup:kotlinpoet to v2.2.0 (#218) (1912ff7)
  • deps: update dependency com.squareup:kotlinpoet to v2.3.0 (#268) (276108a)
  • deps: update kotlin monorepo to v2.1.21 (#216) (38e1cbe)
  • deps: update kotlin monorepo to v2.3.20 (#226) (b56a8fe)
  • sample: update samples for Kotlin 2.3.20 compatibility (#270) (7982d1a)
  • validate buildConfigField name is a valid Kotlin identifier (#272) (e1647fc)
  • warn instead of throwing when defaultConfigs is empty (#271) (2fe62b8)
Commits
  • 5de669d chore(master): release 0.19.0 (#289)
  • 4693daf refactor!: lazy/Provider configuration to fix Gradle 9 compat and CC (#291)
  • 3e6cdb5 fix: drop const modifier from expect side for K2 compatibility (#290)
  • 6be8e78 fix(deps): update kotlin monorepo to v2.3.21 (#288)
  • c004378 chore(deps): update googleapis/release-please-action action to v5 (#287)
  • dfbca70 chore: add yshrsmz as reviewer in Renovate config (#286)
  • fe36b1e chore: migrate eligible workflows to ubuntu-slim runner (#285)
  • 3c9556b chore(deps): update actions/cache action to v5.0.5 (#283)
  • 41e8798 chore(deps): update googleapis/release-please-action action to v4.4.1 (#284)
  • 7929c68 docs: introduce AGENTS.md and shared Claude Code settings (#282)
  • 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.17.1 to 0.19.0.
- [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.19.0)

---
updated-dependencies:
- dependency-name: com.codingfeline.buildkonfig
  dependency-version: 0.19.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 4, 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