mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
7 lines
93 B
Groovy
7 lines
93 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.squareup.okio:okio:2.2.2'
|
|
} |