Download Latest Version v0.20.0 source code.tar.gz (91.7 kB)
Email in envelope

Get an email when there's a new version of BuildKonfig

Home / v0.20.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-05 1.3 kB
v0.20.0 source code.tar.gz 2026-05-05 91.7 kB
v0.20.0 source code.zip 2026-05-05 129.1 kB
Totals: 3 Items   222.0 kB 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)
Source: README.md, updated 2026-05-05