// Generated file. Do not edit.

allprojects {
    repositories {
        google()
        mavenCentral()
    }
}

apply plugin: "com.android.library"
apply plugin: "kotlin-android"

android {
    namespace = "{{androidIdentifier}}"
    compileSdk = {{compileSdkVersion}}
    defaultConfig {
        minSdk = {{minSdkVersion}}
        targetSdk = {{targetSdkVersion}}
    }
}
