[gradle] Introduce gradle conventions using buildSrc

This commit is contained in:
2024-11-02 23:11:36 +01:00
parent 1bf46b1a4a
commit a3c33ee4a8
5 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}