6 lines
250 B
Groovy
6 lines
250 B
Groovy
rootProject.name = "kotlin-native-gradle-plugin"
|
|
// A hack to run the gradle plugin build not from the root build without
|
|
// specifying '--include-build ../../shared' in the command line.
|
|
if (gradle.parent == null) {
|
|
includeBuild '../../shared'
|
|
} |