Skip to content

Releases: yshrsmz/BuildKonfig

v0.7.1

09 Jun 09:47
Compare
Choose a tag to compare

Changed

  • Better Gradle Kotlin DSL support (#13, #41)

v0.7.0

24 Aug 14:06
Compare
Choose a tag to compare

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

05 Aug 05:04
Compare
Choose a tag to compare

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.3

19 Jul 02:05
Compare
Choose a tag to compare
  • Kotlin 1.3.41

v0.3.2

19 Jul 02:05
Compare
Choose a tag to compare
  • 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

09 Feb 12:58
Compare
Choose a tag to compare
  • Support product flavor (#8). See readme for the detail.

v0.2.1

05 Feb 02:20
Compare
Choose a tag to compare
  • Generated codes are not properly recognized by IDE sometimes (#7)

v0.2.0

05 Feb 02:21
Compare
Choose a tag to compare
  • BuildKonfig task is renamed to generateBuildKonfig
  • BuildKonfig object is now internal #6)
  • Escape $ in String value (#5)
  • ${target}Main is not properly handled

v0.1.0

05 Feb 02:21
Compare
Choose a tag to compare
  • First public release