| // BEGIN_EXCLUDE | |
| import com.example.android.samples.build.SampleGenPlugin | |
| apply plugin: SampleGenPlugin | |
| samplegen { | |
| pathToBuild "../../../../build" | |
| pathToSamplesCommon "../../common" | |
| } | |
| apply from: "../../../../build/build.gradle" | |
| buildscript { | |
| ext.kotlin_version = '1.3.21' | |
| repositories { | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
| } | |
| } | |
| // END_EXCLUDE |