Releases: tieskedh/KotlinPoetDSL
Releases · tieskedh/KotlinPoetDSL
stabalized repeat
- stabalized repeat.
Little changes but now everything does what you expect from it.
initial 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