Skip to content

Bump com.codingfeline.buildkonfig from 0.17.1 to 0.18.0#45

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps com.codingfeline.buildkonfig from 0.17.1 to 0.18.0.

Release notes

Sourced from com.codingfeline.buildkonfig's releases.

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

Sourced from com.codingfeline.buildkonfig's changelog.

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
  • 15d413d chore(master): release 0.18.0 (#275)
  • 78ffed4 refactor: replace nested afterEvaluate with plugins.withType() (#280)
  • c46ba7c fix: preserve flavor in TargetConfig.copy() (#278)
  • df6b721 chore: enable bump-minor-pre-major for release-please
  • 7246a1b fix: expose compiler module as api dependency (#276)
  • 87738c0 fix!: skip @​JsExport on common object when wasmJs target exists (#274)
  • 697f98e chore(master): release 0.17.2 (#209)
  • f27a5ff docs: update README for v0.17.2 (#273)
  • e1647fc fix: validate buildConfigField name is a valid Kotlin identifier (#272)
  • 2fe62b8 fix: warn instead of throwing when defaultConfigs is empty (#271)
  • 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.18.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.18.0)

---
updated-dependencies:
- dependency-name: com.codingfeline.buildkonfig
  dependency-version: 0.18.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 Apr 13, 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