asciidoctor-gradle-plugin icon indicating copy to clipboard operation
asciidoctor-gradle-plugin copied to clipboard

Add more docs & examples for Kotlin DSL

Open ysb33r opened this issue 6 years ago • 1 comments

Better docs and examples for Kotlin DSL. Update gradle/gradle#6790 when done.

ysb33r avatar Mar 22 '19 16:03 ysb33r

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.

ysb33r avatar Jul 08 '19 14:07 ysb33r