| // Generated file. Do not edit. |
| ext.kotlin_version = '{{kotlinVersion}}' |
| classpath 'com.android.tools.build:gradle:{{agpVersionForModule}}' |
| classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
| apply plugin: 'com.android.library' |
| apply plugin: 'kotlin-android' |
| // Conditional for compatibility with AGP <4.2. |
| if (project.android.hasProperty("namespace")) { |
| namespace '{{androidIdentifier}}' |
| compileSdk {{compileSdkVersion}} |
| minSdkVersion {{minSdkVersion}} |
| implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |