[skip ci] refactor: Refactor and simplify common libraries (#2807)

This commit is contained in:
Claudemirovsky
2024-01-21 22:45:23 -03:00
committed by GitHub
parent c976b048e5
commit 0a51fa4555
191 changed files with 763 additions and 1201 deletions

View File

@ -1,10 +1,5 @@
plugins {
`java-library`
kotlin("jvm")
}
dependencies {
compileOnly(libs.kotlin.stdlib)
id("lib-kotlin")
}
java {