Files
kotlin-fork/tools/kotlin-native-gradle-plugin/settings.gradle
T

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'
}