9 lines
209 B
Kotlin
9 lines
209 B
Kotlin
plugins {
|
|
id("buildsrc.convention.kotlin-jvm")
|
|
alias(libs.plugins.kotlinPluginSerialization)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.bundles.kotlinxEcosystem)
|
|
testImplementation(kotlin("test"))
|
|
} |