Skip to content

0.4.0

Compare
Choose a tag to compare
@ShaishavGandhi ShaishavGandhi released this 28 Aug 23:21
· 39 commits to master since this release

Breaking

  • Builder constructors are now private. You should instead fallback to using the static factory method provided with the generated code. For example: MainActivityBuilder.builder(args).

New

  • Added Kotlin extension for getting the builder class. If you have annotated fields in, let's say MainActivity, you can use the generated Kotlin extension mainActivityBuilder(args).setOptionalParam(arg).start(context).
  • Add KDoc for generated extension.