-
Couldn't load subscription status.
- Fork 41.6k
Description
The Gradle Kotlin DSL is almost at version 1.0 now, and all the samples of the Gradle user guide have been translated to Kotlin (see the nightly release of the user guide, for example https://docs.gradle.org/nightly/userguide/building_java_projects.html)
The Gradle team would like popular plugins to show examples in Kotlin, too.
I have translated a lot of the samples of the Gradle user guide, and would like to help translating the samples of the Spring Boot Gradle plugin, too.
My plan would be to use tabs, just like the gradle user guide does, to show Groovy and Kotlin samples side by side in the generated documentation. I would use the Spring Asciidoctor extensions for these tabs.
Would that be OK for you? Is there something I should know before starting working on this task?