File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ repositories {
99 google()
1010}
1111
12+ java {
13+ sourceCompatibility = JavaVersion .VERSION_1_8
14+ targetCompatibility = JavaVersion .VERSION_1_8
15+ }
16+
1217dependencies {
1318 kapt(" com.google.auto.service:auto-service:1.0" )
1419 implementation(" com.google.auto.service:auto-service:1.0" )
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ repositories {
99 google()
1010}
1111
12+ java {
13+ sourceCompatibility = JavaVersion .VERSION_1_8
14+ targetCompatibility = JavaVersion .VERSION_1_8
15+ }
16+
1217dependencies {
1318 implementation(kotlin(" bom" ))
1419 implementation(kotlin(" stdlib" ))
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ repositories {
99 google()
1010}
1111
12+ java {
13+ sourceCompatibility = JavaVersion .VERSION_1_8
14+ targetCompatibility = JavaVersion .VERSION_1_8
15+ }
16+
1217dependencies {
1318 implementation(kotlin(" bom" ))
1419 implementation(kotlin(" stdlib" ))
You can’t perform that action at this time.
0 commit comments