mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
10 lines
133 B
Kotlin
10 lines
133 B
Kotlin
|
|
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":child-a"))
|
|
implementation("com.squareup.moshi:moshi:1.8.0")
|
|
}
|