mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
10 lines
174 B
Kotlin
10 lines
174 B
Kotlin
plugins {
|
|
`gradle-kotlin-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.gradle.api.get69())
|
|
api(project(":model"))
|
|
implementation(libs.serialization.json)
|
|
}
|