geekdroid-firebase/build.gradle.kts
changeset 56 070660a18848
parent 48 dbc8db072d7f
child 83 5ad573b6c84d
equal deleted inserted replaced
55:1e50eb12be86 56:070660a18848
    11     compileSdk = compileSdkInt
    11     compileSdk = compileSdkInt
    12     namespace = "com.geekorum.geekdroid.firebase"
    12     namespace = "com.geekorum.geekdroid.firebase"
    13 
    13 
    14     defaultConfig {
    14     defaultConfig {
    15         minSdk = 24
    15         minSdk = 24
    16     }
       
    17     compileOptions {
       
    18         sourceCompatibility(JavaVersion.VERSION_11)
       
    19         targetCompatibility(JavaVersion.VERSION_11)
       
    20     }
    16     }
    21 
    17 
    22     buildTypes {
    18     buildTypes {
    23         getByName("release") {
    19         getByName("release") {
    24             isMinifyEnabled = false
    20             isMinifyEnabled = false
    46         }
    42         }
    47     }
    43     }
    48 }
    44 }
    49 
    45 
    50 kotlin {
    46 kotlin {
    51     jvmToolchain(11)
    47     jvmToolchain(17)
    52 }
    48 }
    53 
    49 
    54 
    50 
    55 dependencies {
    51 dependencies {
    56     implementation(platform(kotlin("bom")))
    52     implementation(platform(kotlin("bom")))