8 lines
144 B
Groovy
8 lines
144 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":models") // <-- add dependency to models subproject
|
|
}
|