Skip to content

Hariofspades/dsl-api-generator

Repository files navigation

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"