Update gradle-plugin sample to use Kotlin DSL

This commit is contained in:
daz
2025-03-25 15:19:23 -06:00
parent 086c9e4b25
commit aa88309fbd
8 changed files with 57 additions and 86 deletions

View File

@@ -0,0 +1,2 @@
rootProject.name = "gradle-plugin-2"
include("plugin")