2023-02-07 09:52:54 +00:00
|
|
|
plugins {
|
|
|
|
id("gay.pizza.foundation.concrete-library")
|
|
|
|
}
|
2023-02-07 10:05:26 +00:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":common-all"))
|
2023-02-07 19:16:17 +00:00
|
|
|
api(libs.xodus.core)
|
|
|
|
api(libs.xodus.entity.store)
|
2023-02-07 10:05:26 +00:00
|
|
|
}
|