Releases: yshrsmz/BuildKonfig
Releases · yshrsmz/BuildKonfig
v0.7.1
Changed
- Better Gradle Kotlin DSL support (#13, #41)
v0.7.0
Changed
- Kotlin 1.4.0 (#36)
- Gradle wrapper 6.6
Added
- New
exposeObjectWithName
to support exposing the generated objects(in other words, an option make it public). (#31, #35)
v0.6.0
Changed
- Kotlin 1.3.72
- Android Gradle Plugin 4.0.1
- Gradle wrapper 6.5.1
Added
- New
objectName
to support changing the name of the generated objects.
v0.3.2
- Kotlin 1.3.31(though this shouldn't be a problem as it's just a plugin dependency)
- Fix issue with task dependency in some cases
v0.3.0
- Support product flavor (#8). See readme for the detail.
v0.2.1
- Generated codes are not properly recognized by IDE sometimes (#7)
v0.2.0
- BuildKonfig task is renamed to
generateBuildKonfig
- BuildKonfig object is now internal #6)
- Escape
$
in String value (#5)
${target}Main
is not properly handled