Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 438 Bytes

Sharing build logic with Kotlin DSL

  • Sample app to showcase organising Gradle build logic with Kotlin DSL using the following approaches:

    • Binary plugins
    • Precompiled script plugins
    • Shared extension functions
  • Example used in the article: Sharing build logic with Kotlin DSL