mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
13 lines
180 B
Kotlin
13 lines
180 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.squareup.okio:okio:2.2.2")
|
|
implementation("com.squareup.moshi:moshi:1.8.0")
|
|
}
|