[build] project structure and publishing improvements

This commit is contained in:
2025-10-12 19:41:11 +02:00
parent 61485e3134
commit ff53708a16
12 changed files with 68 additions and 28 deletions

View File

@@ -2,10 +2,6 @@ plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
implementation(project(":helpers"))
}