summaryrefslogtreecommitdiff
path: root/build-system/integration-test/test-projects/asmTransformApi/build.gradle
blob: 32eaaa98aec8c4870990394756e37f230126af0c (plain)
1
2
3
4
5
6
7
8
9
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"
    }
}