mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Reform dependencies.
This commit is contained in:
9
common-all/build.gradle.kts
Normal file
9
common-all/build.gradle.kts
Normal file
@ -0,0 +1,9 @@
|
||||
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")
|
||||
}
|
Reference in New Issue
Block a user