summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/privacySandboxSdk/libraryAndConsumer/build.gradle
blob: a5a7957e08208fad6dad84e84e9ff6cc64b390dd (plain)
1
2
3
4
5
6
7
8
9
10
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
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"
    }
}