build: speedup module build by using build-logic

This commit is contained in:
ReaJason
2025-08-12 10:49:49 +08:00
parent d44a16fe29
commit 3d36490ba2
5 changed files with 8 additions and 16 deletions
+11
View File
@@ -0,0 +1,11 @@
plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}
dependencies {
implementation("com.vanniktech:gradle-maven-publish-plugin:0.34.0")
}