mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
8 lines
100 B
Groovy
8 lines
100 B
Groovy
plugins {
|
|
id "org.jetbrains.kotlin.jvm" version "1.7.21"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|