mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
9 lines
138 B
Kotlin
9 lines
138 B
Kotlin
plugins {
|
|
`gradle-kotlin-conventions`
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.gradle.api.get80())
|
|
api(project(":plugin:common"))
|
|
}
|