Releases: gmazzo/gradle-buildconfig-plugin
Releases · gmazzo/gradle-buildconfig-plugin
v4.0.1
Changes:
- Reverts changing default name to
NonAndridBuildConfig
when applied on Kotlin Android.
It's user's responsibility to avoid clashes or duplicated classes when used with AGP plugin, either by setting
android.buildFeatures.buildConfig = false
or by specifying another packageName
and/or className
for this one.
v4.0.0
- Gradle 8 support
- CI moved to GHA
- Updated demos honoring Configuration avoidance
- Android support (fixes #34 and #36)
Breaking changes:
- Minimum JDK is now 11
- Kotlin generator now uses
internal
visibility by default - Multiple
BuildConfigTask
of the sameSourceSet
now are merged into a single one:className
,packageName
andgenerator
now can only be customized bySourceSet
and no per-class anymorepackageName
andgenerator
for secondarySourceSet
s defaults to themain
one
- Dependency coordinates changed from
com.github.gmazzo:gradle-buildconfig-plugin
tocom.github.gmazzo.buildconfig:plugin
.
Thanks @TWiStErRob for pointing it out!
v3.1.0
v3.0.3
Bump version 3.0.3