mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
plugins {
|
||
|
id("gay.pizza.foundation.concrete-base")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
// Serialization
|
||
|
api("com.charleskorn.kaml:kaml:0.51.0")
|
||
|
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1")
|
||
|
}
|