asciidoctor-gradle-plugin
asciidoctor-gradle-plugin copied to clipboard
Add more docs & examples for Kotlin DSL
Better docs and examples for Kotlin DSL. Update gradle/gradle#6790 when done.
If anyone wants to contribute to this, have a look at what is in docs/src/docs/asciidoc on either the development-2.0 or development-3.x branch and find a Groovy section that does not have an equivalent Kotlin section. Implement it using the show block below
[source,kotlin,role=secondary]
---
YOUR EXAMPLE GOES HERE
---
NOTE: If you create your PR against development-2.0, I can take care of forward-porting it to development-3.x as appropriate.