mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
9 lines
125 B
Kotlin
9 lines
125 B
Kotlin
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.gradle.kotlin)
|
|
implementation(libs.gradle.shadow)
|
|
}
|