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