Skip to content

Releases: tieskedh/KotlinPoetDSL

stabalized repeat

25 Oct 15:28
b4b3f80
Compare
Choose a tag to compare
stabalized repeat Pre-release
Pre-release
  • stabalized repeat.

Little changes but now everything does what you expect from it.

initial release

24 Oct 00:04
8493ff8
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

first release.
adds:

  • function (Extension and normal)
  • properties (inline treated differently than KotlinPoet)
  • classes (val and var can be added straight away)
  • interface
  • switch
  • if
  • repeat (will probobly change)
  • constructorSpec
    -getters + setters

not supported:

  • annotations
  • anonymous classes
  • Kdoc
  • objects
  • enums
  • type aliases