mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
8 lines
134 B
Groovy
8 lines
134 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':child-a')
|
|
implementation 'com.squareup.moshi:moshi:1.8.0'
|
|
} |