Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 600 Bytes

dsl-api-generator: (Download)

IntelliJ IDEA and Android Studio plugin to generate binary compatible and Java interoperable DSL boilerplate

image

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"