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