File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2+ id " com.android.application"
3+ id " kotlin-android"
4+ id " kotlin-kapt"
5+ id " kotlin-parcelize"
6+ id " checkstyle"
27 id " org.sonarqube" version " 3.1.1"
38}
49
5- apply plugin : ' com.android.application'
6- apply plugin : ' kotlin-android'
7- apply plugin : ' kotlin-parcelize'
8- apply plugin : ' kotlin-kapt'
9- apply plugin : ' checkstyle'
10-
1110android {
1211 compileSdkVersion 30
1312 buildToolsVersion ' 30.0.3'
@@ -80,13 +79,13 @@ android {
8079 // Flag to enable support for the new language APIs
8180 coreLibraryDesugaringEnabled true
8281
83- sourceCompatibility JavaVersion . VERSION_1_8
84- targetCompatibility JavaVersion . VERSION_1_8
82+ sourceCompatibility JavaVersion . VERSION_11
83+ targetCompatibility JavaVersion . VERSION_11
8584 encoding ' utf-8'
8685 }
8786
8887 kotlinOptions {
89- jvmTarget = JavaVersion . VERSION_1_8
88+ jvmTarget = JavaVersion . VERSION_11
9089 }
9190
9291 sourceSets {
You can’t perform that action at this time.
0 commit comments