7 lines
87 B
Kotlin
7 lines
87 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.geantyref)
|
|
}
|