summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/prefabApp/build.gradle
blob: 14bb55ac525cd4ef0a73575478a0896f01796526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply from: "../commonHeader.gradle"

buildscript {
    apply from: "../commonHeader.gradle"  // for $kotlinVersion
    apply from: "../commonBuildScript.gradle"

    dependencies {
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$rootProject.kotlinVersion"
    }
}

allprojects {
    version = '1.0'
}