gradle-kotlin-dsl-sample
gradle-kotlin-dsl-sample copied to clipboard
Sample app to showcase organising Gradle build logic with Kotlin DSL and buildSrc
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