kruton / migrating-build-logic-from-groovy-to-kotlin

Migrating build logic from Groovy to Kotlin

Home Page:https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating build logic from Groovy to Kotlin Build Status

  • Content for this guide is in Asciidoc format and the entry file is contents/index.adoc.

  • Place new images under contents/images.

  • Add testable code snippets to src folder as appropriate for this guide.

  • Commits to master will automatically be published to gh-pages if the build is successful.

  • To build documentation run ./gradlew asciidoctor and find the results in build/asciidoc/html5.

  • To test code snippets run ./gradlew check.

  • To see which attributes are passed to the asciidoctor task, run ./gradlew asciidoctorAttributes

Before pushing your guide, please run ./gradlew checkLinks to validate remote hyperlinks.

About

Migrating build logic from Groovy to Kotlin

https://guides.gradle.org/migrating-build-logic-from-groovy-to-kotlin/


Languages

Language:Kotlin 77.8%Language:Groovy 22.2%