mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-base")
|
|
}
|
|
|
|
dependencies {
|
|
// Serialization
|
|
api(libs.kotlin.serialization.json)
|
|
api(libs.kotlin.serialization.yaml)
|
|
}
|