dsl-api-generator
Introduction: Generates binary compatible and Java interoperable DSL boilerplate code
Tags:
IntelliJ IDEA and Android Studio plugin to generate binary compatible and Java interoperable DSL boilerplate

Features
- Interoperable with Java
- Binary and source compatible
- Generates comments
How to use?
- Create an empty Kotlin file
- Go to menu "Code" -> "Generate" or use respective keyboard shortcut
- Choose "DSL API Generator"
- Add properties and types
- Add a class name
- Select "Generate"
