dsl-api-generator
dsl-api-generator copied to clipboard
Generates binary compatible and Java interoperable DSL boilerplate code
dsl-api-generator: (Download)
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"